Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio .NET

Status
Not open for further replies.

taubate

Programmer
Jun 29, 2001
141
US
My question is about using VS.NET in creating C# apps.

I re-created an application in my book and after I finished coding, I selected "Build" (I am in Debug mode) and the app compiled and everything was fine. But the app didn't run. I thought it was supposed to run when "Build" is completed. What's happening?

Appreciate any light to be shed. Thanks!
 
Press F5 to build and run under debug your application.
 
I did. It just re-compiled and did nothing.

However, when I clicked the "Play" button in "Release mode", it ran. What's up?
 
Make sure you have selected the Windows Form, or Web Form to be the start up point of your project.
There was a known bug about the VS.NET losing the starting point, but it should have been fixed with the Release version.
What type of project are you compiling?
 
Hmm...I should check that out.

I'm compiling a C# windows form app, a file copying utility.
 
It is the start up point setting. Thanks for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top