Does anyone knows how can I edit the interface GUID of a VB COM (DLL) component defined in the TypeLibrary (TLB)?
I have a DLL build for NT with MTS classes. When we move to Win2000 it changes the interface GUID even if I build it with Project Compatibility (I guess this is because now we change from MTS to COM+).
So I thought that if I edit the TypeLibrary of the New DLL (2000) and then register it. I would be able to instantiate it.
Does anyone has solved a problem like this before?
I have a DLL build for NT with MTS classes. When we move to Win2000 it changes the interface GUID even if I build it with Project Compatibility (I guess this is because now we change from MTS to COM+).
So I thought that if I edit the TypeLibrary of the New DLL (2000) and then register it. I would be able to instantiate it.
Does anyone has solved a problem like this before?