I have a C # web service calling COM objects to access a FileNet image processing system. A service sometimes encounters the following error when accessing FileNet COM objects:
System.Runtime.InteropServices.COMException (0x80040005): an object must be executed to perform this operation (exception from HRESULT: 0x80040005 (OLE_E_NOTRUNNING))
Any idea what this means, or how to fix it? I could find almost nothing when searching on Google, and my experience with COM is very limited. Thank.
source
share