Unable to debug 2nd level

bungpeng

Senior Contributor
Joined
Sep 10, 2002
Messages
906
Location
Malaysia
There are 2 projects in 1 solution, 1st Project is ASP.NET and 2nd project is Class project. In my ASP.NET references, it link to my 2nd project.

My problem is, I can debug my ASP.NET, but I can't debug my 2nd project. It should work when I press "F11" to "Step Into" the 2nd project, but it just suddenly not working.

Any ideas?
 
Make sure in your 1st project that your referencing the 2nd project by the project and not by the assembly.
 
Okay, stupid question, but got to ask, is Project 2 your start up project?

Some other things to try:

Drop the references, then re-add the reference to the project...past that I don't know.
 
Back
Top