Greetings,

Through the informative reponses of my recent posts, I was able to get a VB DLL on track from a MTS/COM to COM+ project. The only remaining issue is a compilation error. It reads as:

Compile error: User-defined type not defined



and is displaying this line of code:

Dim mySecurity as MTxAS.SecurityProperty




In reviewing the References, I have noticed that the MTS Type Library is no longer available - I've moved the project from Win98 to Win2K environment to reference the COMSVCS.DLL.

Do I need to bring the MTXAS.DLL file along? - I suspect not.
Does the MTxAS need to be changed to another security type reference that exists in COMSVCS.DLL?
If so, where would I find this information?


Cheers,
Chris.