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



The information in this article applies to:

  • Microsoft Commerce Server 2002
  • Microsoft Commerce Server 2002 SP1

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.

Modification Type:MajorLast Reviewed:8/15/2003
Keywords:kbprb KB825671 kbAudDeveloper