NAV cannot read Type Library

kirkgoodwinkirkgoodwin Member Posts: 12
I have created a COM Wrapper in VS2008 in c# to access a Web Service. I'm registering with Regasm /t /c. RegAsm says it's successful. I can access all of the objects in the codeunit, but when I try to save it, I get the following message:

The program cannot get type information from the type library.

The type library may be corrupted or have an invalid format.
try to reregister the OLE control or Automation Server.

Does anyone know how to resolve?

](*,)
Thanks

Kirk

Comments

  • XypherXypher Member Posts: 297
    Check the GUID entry.

    HKEY_CLASSES_ROOT\CLSID\{Your-Wrapper's-GUID}\ProgID


    1) Does the ProgID Key exist?
    2) What value is the (Default) REG_SZ set to?
    3) If you have found this value, does it have 2 or more '.' periods in the name?
Sign In or Register to comment.