vote up 0 vote down star

I am trying to reference a third party COM DLL from a Visual Studio 2008 project (.NET 3.5 SP1) on Vista Ultimate.

I ran the setup for the COM component, and then discovered that it was not the right setup. So I uninstalled and ran the correct install. After adding the reference to a new C# project, not all the object methods are available that should be.

One of the compiler errors is:

Could not determine the dependencies of the COM reference "APIV2_COMLib". Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))

Thnking the registry might've retained incorrect values, I uninstalled the component and searched the registry for any sign of detritus, but found none. Still, reinstalling gives the same error.

Searching online reveals that others have experienced the same problem 'Odd COM error when upgrading to 3.5' in MSDN forums but I haven't found answers.

My colleagues use the same COM object from .NET code (though not higher than .NET 2.0 or on Vista).

flag

67% accept rate
It looks like you are working with the Amadeus API. I am having the exact same problem with the move to Vista. Did you ever get a solution to this? It would be most helpful! Thanks! – John Virgolino Aug 20 at 23:30
Yes, we sorted it. I copied the interop DLL (Interop.APIV2_COMLib.dll) that was produced when my colleagues compiled on XP, onto my PC. It is a different size from the same file produced with Vista (good = 13KB, bad = 10KB), as the dud version is missing several methods. – David White Nov 7 at 0:40

1 Answer

vote up 0 vote down

Sounds to me like there's still something lingering in the registry that you weren't able to cleanse. Try mucking around on a virtual machine as a "fresh install" to see if it's truly the case. (Unless you're already sure this is exactly the problem...)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.