If I create a program in VB.net (Express) what is necessary to compile it? Do I need to purchase the entire Visual Studio or is there some other way?
Dan
Visual Studio builds your program every time you hit the Run button. To manually build, hit Ctrl+Shift+B, or go to the Build menu and select Build Solution.
I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson
I probably wasn't clear enough. What I am interested in doing is to create an msi program to give a copy of the program to someone else without giving the source code.
Dan
You may just try to give the exe of your program.
If your program is named (for example) MyProgram, you probably start it in VB.NET by clicking on MyProgram.sln file. In the same location you should see a folder named MyProgram (the same name as your sln file), in it you should have another folder named bin, and in bin folder you should have Debug (and Release) folder. In this Debug (or Release) folder look for MyProgram.exe file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.