open EXE file in computer with no Visual Studio installed.
If I try to open it in my own computer with VS installed inside, the problem won't occurs.
How can solved this problem?
any help and suggestion is higly appriciated!!
you need to download the .NET Framework 2.0 in order to run it on the computers and install it on the other computers. Only then will your .NET Developed application work correctly.
you can also use ClickOnce to distribute your component, which will automatically download/install the .NET Framework for you and continue installing your application. But you need to have the .NET Framework 2.0 on the other computers which the application will be running on.