Component won't shutdown after processing queued component -
04-04-2005
, 04:36 PM
Basically, we have a class that derives from
ServicedComponent that implements an interface that is
used to queue component calls. After, it processes a
queued component, I can no longer shutdown the component.
I have tried commenting out all of the code within the
queued component, just to make sure that we weren't
failing to clean something up. Still, didn't shutdown.
The problem seems to only happen on windows 2000 as it
appears to work correctly on my windows 2003 machine.
Anyone else encountered this or have any ideas of what to
look at.
Thanks in advace,
Rod |