Visual Basic 5.0 OPP Components Not Supported in Commerce 2.0 (164137)



The information in this article applies to:

  • Microsoft Commerce Server 2.0

This article was previously published under Q164137

SUMMARY

Visual Basic 5.0 Order Processing Pipeline (OPP) components are not supported for Microsoft Commerce Server version 2.0.

MORE INFORMATION

Visual Basic 5.0 COM components are implemented using an apartment threading model that is not supported by Commerce Server. apartment threaded components in the OPP would become processing bottlenecks. Therefore, it is recommended that OPP components be free threaded (marked as "both" in the registry).

The following is a list of fully supported alternatives to using OPP components:
  1. Java
  2. C++ (MFC/ATL)
  3. VBScript
  4. JScript

Modification Type:MajorLast Reviewed:9/30/2003
Keywords:kbinfo kbinterop KB164137