Microsoft KB Archive/825671

From BetaArchive Wiki
Knowledge Base


PRB: System.AppDomainUnloadedException Error When Pipeline Components That Are Implemented in Managed Code Are Registered as Poolable

Article ID: 825671

Article Last Modified on 8/15/2003



APPLIES TO

  • Microsoft Commerce Server 2002 Standard Edition
  • Microsoft Commerce Server 2002 Service Pack 1



SUMMARY

In Commerce Server 2002 (with or without Service Packs 1 and 2), a System.AppDomainUnloadedException error occurs when your pipeline component runs if the following conditions are true:

  • You implement the pipeline component in managed code (for example, in C#).


-and-

  • You register the component as CATID_POOLABLE (poolable pipeline component).


RESOLUTION

To avoid this problem, do not register any pipeline component as poolable that is implemented in managed code.


Additional query words: Pipeline component, managed code, C#, System.AppDomainUnloadedException, CATID_POOLABLE, poolable

Keywords: kbprb KB825671