JerryWEC
2007-01-25 20:00:30 UTC
Hi everyone,
I'm getting the following messages while trying to open a .tlb file I'm
generating from VS2005...
Msg1:
MkParseDisplayName(...
""I:\DEV\CLA_Logging\CLA_Logging\bin\Release\CLA_Logging.tlb""...) failed.
Invalid syntax
MK_E_SYNTAX($800401E4)
Msg2:
The command line
("I:\DEV\CLA_Logging\CLA_Logging\bin\Release\CLA_Logging.tlb") does not
contain a valid
persistent OLE object, ProgID, or Type Library file.
Error loading type library /DLL.
TYPE_E_CANTLOADLIBRARY ($80029C4A)
I have added a program id using the following attribute...
<ProgId("CLA_Logging.ComLogging")> _
This attribute is above my ComLogging class that inherits from Logging
class.
Can anyone help me with this issue?
TIA JerryM
I'm getting the following messages while trying to open a .tlb file I'm
generating from VS2005...
Msg1:
MkParseDisplayName(...
""I:\DEV\CLA_Logging\CLA_Logging\bin\Release\CLA_Logging.tlb""...) failed.
Invalid syntax
MK_E_SYNTAX($800401E4)
Msg2:
The command line
("I:\DEV\CLA_Logging\CLA_Logging\bin\Release\CLA_Logging.tlb") does not
contain a valid
persistent OLE object, ProgID, or Type Library file.
Error loading type library /DLL.
TYPE_E_CANTLOADLIBRARY ($80029C4A)
I have added a program id using the following attribute...
<ProgId("CLA_Logging.ComLogging")> _
This attribute is above my ComLogging class that inherits from Logging
class.
Can anyone help me with this issue?
TIA JerryM