How do I make my project in microsoft visual c# 2005 express edition beta viewable outside of the pr

  • Thread starter Thread starter paulrosenthal
  • Start date Start date
P

paulrosenthal

Hello,

I just downloaded microsoft visual c# 2005 express edition beta and I
love it! Just for a problem. How do I view a project outside (example
..exe). Would anybody have any suggestions?
 
Open your project, press F6 (Build Solution). Then go to your Visual
Studio directory (by default in \My Documents) > \Projects >
\ProjectName > \bin > \release. Copy the exe and any other required
files, and you've got your program.
 
Back
Top