On Microsoft Visual C# 2005 express edition beta how can projects be viewed outside of the program?

P

paulrosenthal

Hello,

On Microsoft Visual C# 2005 express edition beta I need to view my
program (project I made) outside the program. How do I do this?
 
F

Fred Mellender

You should make a "release" version (see the configuration manager). Then
your program (.exe) will be (typically) installed in :

My Documents/Visual
Studio/Projects/[name-of-your-project]/[name-of-your-project]/bin/release/[name-of-your-project].exe

You can just click on that, and your program will execute outside of the
IDE. You could make a shortcut to that executable and click on the
shortcut.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top