.NET - How to debug a dll ?

Posted by Amokrane on Stack Overflow See other posts from Stack Overflow or by Amokrane
Published on 2010-04-12T13:09:56Z Indexed on 2010/04/12 13:13 UTC
Read the original article Hit count: 418

Filed under:
|
|
|

Hi,

I need to debug a class library project that is provided to the main project (an ASP .NET website) as a DLL. For example, I need to put some breakpoints in order to check what's happening during the execution. I tried this : http://msdn.microsoft.com/en-us/library/605a12zt.aspx, unfortunately it didn't work...

Any idea?

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about dll