Exception thrown in a referenced .dll how do I debug?
Posted
by Sara Chipps
on Stack Overflow
See other posts from Stack Overflow
or by Sara Chipps
Published on 2008-09-30T23:21:49Z
Indexed on
2010/03/27
11:43 UTC
Read the original article
Hit count: 288
I'm using watermark extenders on textboxes and an exception is being thrown from the AJAX Control Toolkit .dll. It's strange because this just started happening.
I tried debugging from the Ajax solution and Ajax examples (but with my code), but no dice.
Is there a way to step into the Ajax .dll from my solution to see where this is happening?
© Stack Overflow or respective owner