Click here to Skip to main content
15,881,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have done one Windows application project. now i want to convert the project in exe file.
i did the project windows application visual studio 2010. So any one help me?
Posted
Comments
Richard MacCutchan 22-Feb-13 8:54am    
Your question makes no sense. What are you trying to convert?

1 solution

1) Please tag your question appropriately. If you have written a "Windows Application", then you certainly can't tag the question as asp.net, which is a "Web Application". Please tag as WPF, WinForms, or whatever you have used.
2) If this is a WinForms or WPF application, then you just have to compile the application (the command is under the Build menu in Visual Studio) and then check the Debug/bin or Release/bin folder in your project directory and you will find the exe there.
 
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