David Schiff
David Schiff

Reputation: 17

Debug button not working! (Visual basic express 2010)

The debug button in visual basic doesn't run the program that I developed.

I tried:

Upvotes: 0

Views: 702

Answers (1)

Jordan_Walters
Jordan_Walters

Reputation: 2221

I would make sure that your project is set as the StartUp project. Right click on the project in the solution explorer and click, "Set As Start Up Project." If this does not solve your problem, try to Clean and Build your solution by either right clicking on the solution or by going to the Build menu item at the top of Visual Studio.

Upvotes: 1

Related Questions