Can't trace into

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I am developing a Web application.
This Web App refer a ClassLibrary project in the solution.
When I debug, I set a break point in the code of the ClassLibrary.
But I found I can't trace into that break point.

How can I do?
 
Are you referencing the project of the class library, or the dll? If you
reference the dll you can't debug into it.
 
Back
Top