I have a vb.net executable file created using visual studio expression edition…
How to install the exe in a system that does not have .net frame work or even the visual studio express edition installed in it…
I have a vb.net executable file created using visual studio expression edition…
How to install the exe in a system that does not have .net frame work or even the visual studio express edition installed in it…
What about installing the .Net framework?
Visual Studio is only used to crwate applications, you don’t need to install it to run the applications you made…
Thanks for your reply…
I am not clear still…
should .net framework be installed in all systems for installing vb.net exe…
how to develop a single exe that would be easy for users to install in their systems…
Waiting for reply…please help me…
Yes, the .NET framework must be installed. The .exe will just run, you do not install it. Unless you create a setup project and package your .exe in that with the Re-distributable of the .net frame work
Thank you…now i am clear…
I’ll add that most computers have come with at least .NET 2.0 if not 3.5 pre-installed for the last few years.