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!