I updated my version of Visual Studio Express 2012 and now I get "Attach to Process" instead of the "Local Windows Debugger" option which I had previously. So I can no longer run/debug my project. How can I resolve this?
Asked
Active
Viewed 9,594 times
2
-
Fix the heading. But it's funny now) – 9Algorithm Sep 24 '13 at 08:29
-
This is Off-topic to SO isn't it? – dhein Sep 24 '13 at 08:30
-
http://stackoverflow.com/questions/765481/how-to-step-into-c-c-dll-from-c-sharp-application-while-debugging – Martin Sep 24 '13 at 12:45
2 Answers
1
Simple solution to this problem is - to exit Visual studio. Make sure the *.SLN points to the proper project location And then delete the "obj" folder from the file explorer. Restart VS.

Ashish
- 11
- 1