Click here to Skip to main content
15,896,456 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
hello there,
how do i create executable file from .csproj files?
am new to this, so a little bit of explanation would really be appreciated...

thank you
Posted

Build it!

In VS, on the menu is "Build" - under that is "Build Solution". That will create an executable in the Solution/Project/Bin/Debug or Solution/Project/Bin/Release folder (you decide which with the configuration drop down on the tool bar).
Or, just press the run button (on the tool bar, or F5) which will execute the program in the debugger.
 
Share this answer
 
Comments
gopal duggirala 10-Jun-11 11:29am    
thank you so much..!
OriginalGriff 10-Jun-11 14:24pm    
Welcome!
gopal duggirala 16-Jun-11 15:47pm    
hey..!
i need your help on an ASP.NET project am working on as a part of my under grad program.
I'm getting an error which i am not able to rectify...
can i get your email address so that i can send the files to you?

thank you
OriginalGriff 17-Jun-11 3:44am    
No. :laugh: Sorry, I don't give it out - I get enough email as it is!
If you have a problem, ask another question about it - someone will probably help. :)
gopal duggirala 21-Jun-11 22:47pm    
its ok! :)
here is an easy way to reache your exe file:

go to this path:
C:\Users\your computer name\Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\bin\Debug

where "WindowsApplication1" is your project name

there you will find an exe file named with your project's name in my example its "WindowsApplication1"

please if you find this useful vote up my answer
 
Share this answer
 
v2
Comments
gopal duggirala 12-Jun-11 7:50am    
thank you!

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