Working with .tlb files
Posted
by aF
on Stack Overflow
See other posts from Stack Overflow
or by aF
Published on 2010-05-29T08:43:17Z
Indexed on
2010/05/29
8:52 UTC
Read the original article
Hit count: 308
Hello,
I've created a c# com interop dll project that generates both .dll and .tlb files. When I use them on the computer that I built everythig, all works fine. But when I pass it to another computer (with the same windows installed), it doesn't work.
I allready made the: Regasm.exe SoundLogDLL.dll /tlb:SoundLogDLL.tlb
command, but still doesn't work. I also done the work in all computers in vs2008 before releasing it!
Is there anything else that I have to do?
© Stack Overflow or respective owner