dotnet interop:
I miserably fail using TlbImp.exe to create a .Net wrapper over a COM
object.
The COM object implements a coClass for an interface defined in an external
..tlb.
Say I implement class A for interface IA, when running TlbImp it reports
that it can't load type AClass from the assembly (there is no such class in
the COM .dll and no such was defined).
The problem was described in Microsoft as Q318466 (lookup KB318466 in MSDN).
I have the problem when running .Net 1.1 (it was reported referring to
VStudio 2002).
Is there is a fix, maybe you have it?
Is there a quick workaround?
Is there a source for an implementation of TlbImp that I could debug and
work over the failing part?
Is there a another implementation for creating the .Net wrapper over the COM
object, such that won't fail on this matter?
Thank you, Gad.