I have created a COM DLL with VB.NET. It has COMVisible = true, and using its TLB file, I can use this DLL in VB6.
On test machines, I can only use the COM DLL in a VB6 application after it has been registered using regasm.exe.
Does anybody know why I have to register it using regasm, or if there is any way that I don't have to register it using regasm?