Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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)

 

 

 

 

 

I'm at a complete loss. Can anyone help???

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...