debugging in ASP.NET
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have 2 projects in two different solutions. one is a class kibrary being used as a rerference to another project. In this case how to debug class library
-
I have 2 projects in two different solutions. one is a class kibrary being used as a rerference to another project. In this case how to debug class library
You need to make them part of the same solution, I would have thought. Or, you can take the VS instance that has the dll code, and attach it to the ASP.NET process, and put some breakpoints in, that should work.
Christian Graus Driven to the arms of OSX by Vista.