Matthias
Matthias

Reputation: 453

C# can't start debugging application in IDE

I have C# application built in VS2010. Recently I changed something in project properties and now I have strange problem:

In project properties following options are enabled: - Define debug consant - Define trace constant - Advanced bulid settings / Debug info - full

What should I change to be able to debug my app from IDE?

Upvotes: 2

Views: 1854

Answers (2)

Storm
Storm

Reputation: 4475

Shutdown and restart VS :) It's happened to me a few times before.

Upvotes: 1

Sarrus
Sarrus

Reputation: 631

Try deleting .suo file. Make backup first!

Here is similar thread: VS2010, F5 - Builds but doesn't run (WPF)

Upvotes: 1

Related Questions