How to create the exxecutable file in visual studio.net? I couldnt find any link in the program? Can show mi the steps? Thanks..
Printable View
How to create the exxecutable file in visual studio.net? I couldnt find any link in the program? Can show mi the steps? Thanks..
Build / Build Solution and then you will see the exe in the bin folder (or elsewhere is you specified).
Is that what you mean??
Ok.. I got it, thanks a lot.
Also, in the toolbar you can toggle between a debug build and a release build (it is a drop down box). If you are going to give out your exe, compile in release mode that way all the debugging information isn't written to the exe.