typelib export: type library is not registered (Exception from HRESULT: 0x80131165)

1670
0
10-06-2014 07:08 AM
JinyaoYu
New Contributor


Hello,

I have a problem with a .dll file. The Client PC is a Windows XP 32 Bit, the Server is a Microsoft Server 2008 64 Bit. When I compile the data on the Client PC with Any CPU, it runs without problems. But on the Server, it cannot be compiled and it crashes.

The exception is: typelib export: type library is not registered (Exception from HRESULT: 0x80131165).

When I debug it, it crashes at: geometrybridge2.setwkspoints(...); This method is a part of the .dll file.

Has anyone an idea how to fix this problem?

0 Kudos
0 Replies