Tuesday, July 28, 2009

How to save C# Debuged Program as App.?

Okay, Im new and using C# Visual Express 2005. Can you save a program as a Application on your computer or do you have to keep opening Visual to use it? If you can please tell how. Thanks!


P.S. Its a Console App.

How to save C# Debuged Program as App.?
the next step is to Publish the application. Rigth click the Project and choose "publish". Fill in the dialogs and VS will create a setup.exe and the appropriate support/install directories and files.
Reply:In where you saved your project, there is a /bin/Debug folder (or if you set VS to release and then build a /bin/Release folder) and in there will be an exe. If you don't want to deploy you can just do that.

carnation

No comments:

Post a Comment