Compiling an app in C# with windows dlls STATICALLY linked
-
Who knows how to link all DLL's which an C# app need into one EXE file staticaly. In VS C++ there is a choice called "Use MFC in a Static Library" and then the c++ app runs on every system, but how to do it in C#???
-
Who knows how to link all DLL's which an C# app need into one EXE file staticaly. In VS C++ there is a choice called "Use MFC in a Static Library" and then the c++ app runs on every system, but how to do it in C#???
Which DLL's? If you mean the .NET framework stuff, then you have to distribute the framework with the application. Michael :-)
-
Who knows how to link all DLL's which an C# app need into one EXE file staticaly. In VS C++ there is a choice called "Use MFC in a Static Library" and then the c++ app runs on every system, but how to do it in C#???
If you are referring to .NET framework (you mentioned MFC), well, you can't: you have to redistribute dotnetfx.exe (~20Mb) and install on each client machine. Crivo Automated Credit Assessment