Hi all!
Is there a possibility to statically link used .NET components into my
programm... (to enable it runs on machines that do not have .NET Framework)
Like static link of MFC libraries..
Thanks in advance.
Michael Nemtsev - 11 Mar 2006 11:06 GMT
Hello Ilya,
You need to add .NET framework to the your setup project
http://groups.google.com/group/microsoft.public.dotnet.languages.vb/msg/dec04365
ca6c8221
no other way to do it as it was in MFC
ID> Is there a possibility to statically link used .NET components into
ID> my programm... (to enable it runs on machines that do not have .NET
ID> Framework) Like static link of MFC libraries..
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Jon Skeet [C# MVP] - 11 Mar 2006 11:40 GMT
> Is there a possibility to statically link used .NET components into my
> programm... (to enable it runs on machines that do not have .NET Framework)
> Like static link of MFC libraries..
See http://www.pobox.com/~skeet/csharp/faq/#framework.required

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too