multithreaded app - com svc shutdown

rweirick

New member
Joined
Jun 2, 2005
Messages
1
I have a pgm attemps to shutdown com apps on remote systems. My pgm launches a thread for each app on each system (in hopes of best performance) to perform the shutdown (and some other stuff).

I do a comcatalog connect, and that works fine, but my comcatalog shutdown errors as:



System.Runtime.InteropServices.COMException (0x80110809): One of the specified objects cannot be found

at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)





Im at a complete loss. Can anyone help???
 
Back
Top