We are supporting an aging VB6 system that we have written new code for in .Net, put the code into assemblies and then exported *.tlb files for use with the VB6 codebase.
My question is, on every computer I wish to run the code on, do I have to use Regasm to register the type libraries?
I ask because it gets difficult to keep track of type library installations as computers break, new computers get added etc. Also, if we update the .Net code, we need to go around every computer and re-register the type library.
To sum up, is it possible to run .Net code from VB6 without having to register the type library on each computer the code is running on?
Thankyou