I'm a little confused as to why an old base class for my derived class
is still showing up in the Local / Watch window.
Basically I have removed all association with that old base class -
removed all references to the namespace, etc but when I expand it in
one of the windows (above) it still shows a reference to the old base
class and its properties.
Has anyone seen this before? Does anyone know how I can get rid of it?
It's making debugging a pain in the butt.
Thanks
Eric Pearson - 15 Feb 2006 15:15 GMT
If this is obvious to you, ignore it, but have you verified that other code
changes are reflected in the debugger? (to verify the newly built assembly
is what's being loaded).
> I'm a little confused as to why an old base class for my derived class
> is still showing up in the Local / Watch window.
[quoted text clipped - 8 lines]
> It's making debugging a pain in the butt.
> Thanks