Hi there,
What is the difference between regasm.exe, Regsvr32.exe and RegTlibV12.exe? Why do they exist at all framework directories? Is it the same thing if I use the regasm.exe from v2.0.50727 or from v4.0.30319 or should I register it twice? Why RegTlibV12.exe is not always there? At a 64bit machine should I register a 32bit dll from both Framework\v2.0.50727 and Framework64\v2.0.50727?
I am using regasm.exe to register my COM library using the following command:
regasm.exe mylib.dll /tlb:mylib.tlb /codebase
is this enough?
Recently I have register the library to a 64bit machine with windows 7 and although the library seems to be registered and a demo vb6 project that uses it worked, I was unable to see the keys at the registry. Is this possible?