Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I would like to ask on how to get the release of a c# project.

Please guide me.

Thanks in advance.
Posted
Updated 7-Dec-10 21:59pm
v2
Comments
senguptaamlan 8-Dec-10 3:52am    
what do you mean by "release" ??? please explain a bit more
Keith Barrow 8-Dec-10 3:56am    
Can you clarify please? Do you want an installer
Rajesh Anuhya 8-Dec-10 3:57am    
Your Question is Not clear.., explain bit more..
Dalek Dave 8-Dec-10 3:59am    
Edited for Grammar.
yummy02 8-Dec-10 4:10am    
I'm done with my project and I did install it in another computer, but I have to change some functionality in my system so i revised the project. Now that I'm done with the project, I want to get the release of it so that I would not uninstall the previous version but just patch it. please guide me. thanks

1 solution

Hi Yummy,

If you are using VS2008 then batch build the application and you will get release in bin folder.
and if you are using VS2005 then change configuration manager debug to release and then rebuild your solution.

V.Vishal
 
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