Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
plzzzzzzzzz frend tel me how to make exe file in c sharp.net ?
Posted
Comments
[no name] 2-Mar-13 11:32am    
But before you can do what Griff said, you have to create a file to contain some code and then write some code before you can create an exe out of it.

1 solution

Build it.

In visual studio, press F6 to build the current version.

If you want to build a Release EXE, select "Release" from the tool bar where the drop down list says "Debug", then press F6.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900