Ask the Expert

How is MTS behavior integrated in .NET for DLL components?

How is MTS (Microsoft Translation Server) behavior integrated in .NET technology for the .NET DLL components?
As of today, MTS is not integrated into .NET natively. However, through Interoperability (aka InterOp) there's nothing stopping you from making .NET assemblies that consume or produce applications that play nicely in the COM+ environment.

This was first published in April 2004