Click here to Skip to main content
15,888,189 members
Please Sign up or sign in to vote.
1.92/5 (5 votes)
See more:
I New in c# Please help me how to making exe file in c#
Posted
Comments
gggustafson 11-Jun-14 12:49pm    
Do you have Visual Studio installed on your machine?

Please refer link mention below
Visual Studio Windows Application Setup Project[^]
 
Share this answer
 
 
Share this answer
 
If you are using Visual Studio, I suspect you've created one already without knowing it...

Take a look in your projects directory for your solution folder.
I expect this will be under something like
C:\Users\Your Username\Documents\Visual Studio 20XX\Projects

Once you have found your solution folder, open it up and there should be a folder called "bin".
In that folder will be another folder, "debug". Your .exe file will be in there.

Let me know if I'm wrong and you're looking for something else.
 
Share this answer
 
Comments
Nirav Prabtani 12-Jun-14 1:18am    
he is looking for setup and deployment project in visual studio.
setup exe.
Please, learn also how to search on google. The answer will be right before your eyes!
 
Share this answer
 
When you create a C# Windows Forms Application, for example, all you have to do is build it and that will create the exe file.
 
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