A .tlb file must be registered?
Posted
by aF
on Stack Overflow
See other posts from Stack Overflow
or by aF
Published on 2010-05-24T21:02:10Z
Indexed on
2010/05/24
22:21 UTC
Read the original article
Hit count: 360
Hello,
I have a com interop c++ dll that is loaded in c++ throught the .tlb file generated in c#. When I run in my computer it works fine but when I run in a computer that just got formated it gives:
WindowsError: exception code 0xe0434f4d
Do I have to do something for the .tlb file or its dll to be registered in the system? Something regarding regasm.exe?
If so, it is possible to only download regasm.exe and use it?
Thanks in advance!
© Stack Overflow or respective owner