I have a dll given by a vendor that 4.0 framework and I am on 3.5. I was told by the vendor that the dll exposes the com interface so I should still be able to use it. I have both a .dll and .tlb file. After doing some research I tried using TlbImp but it gives me an error.
The cmd TlbImp.exe myDll.dll says it's not a valid type library.
The cmd TlbImp.exe myDll.tlb says library was assembled from a CLR assembly and cannot be re imported as a CLR assembly.
Any ideas on what the problem is, or another approach I can use to hopefully access the commands in C# 08? Thanks!