D Dave Sep 5, 2003 #1 How to include all the necessary dll's in the window form executable to run it on any machine? C++ had such feature. Thanks
How to include all the necessary dll's in the window form executable to run it on any machine? C++ had such feature. Thanks
N Nicholas Paldino [.NET/C# MVP] Sep 6, 2003 #2 Dave, Out of the box, .NET does not support static linking of assemblies. However, there are third party products I believe which will do this for you. However, you still need the .NET framework installed on the machine to run your executable. Hope this helps.
Dave, Out of the box, .NET does not support static linking of assemblies. However, there are third party products I believe which will do this for you. However, you still need the .NET framework installed on the machine to run your executable. Hope this helps.