PRB: Application Center CLB and COM+ Replication Only Support Some .NET Assemblies (820459)



The information in this article applies to:

  • Microsoft Application Center 2000
  • Microsoft Application Center 2000 SP1
  • Microsoft Application Center 2000 SP2

SUMMARY

If you want to write a .NET assembly in Microsoft Visual Studio .NET or Visual Studio .NET 2003 that can interoperate with COM+ clients and be replicated by using Application Center 2000 COM+ replication, the .NET assembly must inherit from System.EnterpriseServices.ServicedComponent. You must also register the .NET assembly by using Regsvcs.exe to add it to a COM+ application. The COM+ application can then be added to an Application Center application. The assembly can then be replicated by using Application Center 2000 COM+ replication and can be load balanced by using the Application Center 2000 component load balancing (CLB) feature.

MORE INFORMATION

This method is the only way to create .NET assemblies that interoperate with COM+ clients where the assemblies can be replicated and load balanced by using Application Center 2000.

Modification Type:MajorLast Reviewed:5/23/2003
Keywords:kbprb KB820459 kbAudDeveloper