Distributing .NET assembly for interop with VB6
Greetings.
I have a VB6 client/server application, that needs to interop with a .NET assembly.
I have all required assembly files (.dll, .pdb, .tlb) in my PC.
In my development box, to make call from vb6 to .NET assembly , using regasm command I registered the typelibrary and everything works fine on my development PC.
Now the problem is I have to distribute this functionality to user's PC's. I am using Visual Studio Installer to create deployment package.
Can you please suggest a way to accomplish this task with minimum change in users PC?
Any help is appreciated.
Thanks very much
Morgan

