Sorry for stupid question, but I am not familiar with VB.Net.
I have a .Net asssembly in dll file and it is supposed to be a COM server in reg free interop. The corresponding manifest is embedded and I successfully used it from C++ client.
Now I would like to do it from VB.Net. How could I create a reference to this dll? In C++ I had generated tlb and then used #import "tiplib.tlb" in my code. What is the way to do it in VB.Net?
Also, it is a bit offtop but probably someone hase an idea if it's possilbe to use reg free interop in VBA?
Thanks in advance