What would the entry point be? The specific class in the Class Library that
I am trying to debug inherits from System.Web.UI.WebControls.Image, and my
breakpoint is in an override of the Render method. I would think the entry
point would be the tag in the *.aspx file, but that obviously isn't right,
since breakpoints aren't allowed in *.aspx files. Where do I need to put the
additional breakpoint? Thanks.
--
Nathan Sokalski
(E-Mail Removed)
http://www.nathansokalski.com/
"Scott M." <s-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Nathan Sokalski" <(E-Mail Removed)> wrote in message
> news:4D3BF4D3-752A-46DE-965E-(E-Mail Removed)...
>>I have two projects in the same Solution, one of which is a Web
>>Application, the other of which is a Class Library. When debugging, if I
>>put a breakpoint in the Web Application, it stops there when it should,
>>but the debugger refuses to stop at the breakpoints in the Class Library.
>>Is there something special I need to do when debugging a Class Library
>>while using it in a Web Application? Thanks.
>
> Yes, place another breakpoint in the Class Library code at whatever the
> entry points are.
>
> -Scott
>