Home
TeamSite
System.Runtime.InteropServices.COMException
SteveClements
I am trying to use the Interop.IManage.dll to do some simple stuff with worksite, but am having no end of problems...
I am using C# 3.5
Running the code I get the..
Unhandled Exception: System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {...} is either not valid or not registered.
when trying to instantiate the IManDMS.
When running regsvr32 on the dll i get...
The module "Interop.IManage.dll" was loaded but the entry-point DllRegisterServer was not found.
Make sure that "Interop.IManage.dll" is a valid DLL or OCX file and then try again.
I am using Vista but have tried Win 2008 and Win 2003.
ny ideas?
Find more posts tagged with
Comments
Arwin
Where are you running this and with what version?
My first guess would be that you don't have the imanage.dll registered on the machine you're working on, just the interop ... Is that possible?
SteveClements
HI Arwin, thats for the response...
After a break, clarity provailed and I noticed I was using a dll name Interop.IManage.dll and not just IManage.dll, now i am using the right one its fine!
Not sure exactly where the interop.imanage dll came from!