Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Worksite 8.0 Imanage.dll in .Net
Charlie_Lee
I keep getting the following error when using the iManage COM component for vs. 8.0
System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {F286B8A3-2766-428F-B39D-B6A23CBC0D12} failed due to the following error: 8007007e.
This is being used in Visual Studio 2005 in a windows forms project.
Find more posts tagged with
Comments
jny
This is the explanation I received from my Google search results:
"Make sure that the DLL you are trying to instantiate has actually been registered on the system."
I would check that the 8.0 iManage.dll is registered properly.
matt_woodward
Hey Charlie_Lee,
Similar behaviour can be observed with some of the other SDK dll's if you have just copied the dll to you development machine and not actually installed the SDK.
The SDK installer will insert entires into the registry that wont necessarily be achieved by registering the dll alone (especially if you don't have the client installed locally). If you run into issues still after registering the dll then it's worth bearing that in mind.
Hope that helps
Matt