Assembly reference not found (tlb file)

Hello,

is it possible to add a reference to a TLB file? I need to access a third party software api thougg this file(s).

Unfortunately i know that the “Add reference” in Visual Studio “adds it not realy”, expect the errors (only in visual studio, not in the unitz console) are gone :frowning:

I also tried to make a DLL from the TLB File with TlbImp.exe. But that doesnt change anything. (i dont think this is the right way)

Edit: Added it in MonoDeveloper. Now the errors are gone in Unity but i cant start anything. Unfortunately the error appears in the Editor log :frowning:

Greetings
purhur

Okay. I only gave the dlls the wrong case. Didnt know that its case sensitive.