Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: MTS Development in Win2K


Message #1 by "James Ullom" <ullom@i...> on Tue, 23 Jan 2001 23:51:00 -0000
I have found the solution to developing WinNT4 MTS componetns on a Win2K
desktop!

The key is to copy the MTxAS.DLL from a WinNT system onto your hard drive.
 You don't register the DLL, but instead use the Browse button in the
Project's References to manually add the DLL you your project's
references, also remove the COM+ Services reference.  Now your in
business.

James

> James -- Noooo.
> 
> W2K has COM+ which replaced MTS. look under the admin tools for componet
> services.
> 
> NOTE that if you are still developing for NT4 then you may have a problem
> with the 'Impements ObjectControl' statement as the CLSD is new and is not
> recognised under NT4.
> 
> Regards
> 
> T
> 
> -----Original Message-----
> From: James Ullom [mailto:ullom@i...]
> Sent: 23 January 2001 23:51
> To: professional vb
> Subject: [pro_vb] MTS Development in Win2K
> 
> 
> I recently upgraded my development system from WinNT4 to Win2K(SP1), and
> now I can not install the MTS Development tools from the NT Option Pack.
> 
> Does anyone know how I might be able to get these installed on my Win2K
> system, or is there something else I should be installing?
> 
> James Ullom

  Return to Index