what you must add to your exe file
-
Hello, I made simple applicatino in VC#. On my computer work good (Win2000), but in the other computers the program show message (cannot find mscoree.dll...). I read somewhere that you must install Microsoft .NET framework, but for me is this not right solution for small application with two forms. for exaple: if I want to make Installation program (INNO SETUP), which files I must add to my Exe file that program work properly on computer with Win98, ME, 2000, 95... withowt Microsoft .NET framework. Thank you again for answers Anze
-
Hello, I made simple applicatino in VC#. On my computer work good (Win2000), but in the other computers the program show message (cannot find mscoree.dll...). I read somewhere that you must install Microsoft .NET framework, but for me is this not right solution for small application with two forms. for exaple: if I want to make Installation program (INNO SETUP), which files I must add to my Exe file that program work properly on computer with Win98, ME, 2000, 95... withowt Microsoft .NET framework. Thank you again for answers Anze
flyingv wrote: I must add to my Exe file that program work properly on computer with Win98, ME, 2000, 95... withowt Microsoft .NET framework Any .NET program requires the .NET run-time to work. The best you can do if you don't want to embed the 20MB+ dotnetfx.exe redistribuable in your setup is to put a link in your readme.txt or documentation.