Phantom Base class still appearing

F

Frank

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
 
E

Eric Pearson

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top