Web site generates error that item cannot be found in the collection

You create a catalog that does not include any product descriptions. When a user clicks a product on your Web site, an error similar to the one below is displayed:

Error Type

ADODB.Recordset (0x800A0CC1)

Item cannot be found in the collection corresponding to the requested name or ordinal

The Solution Sites expect properties such as Name and Description to be present in each catalog. These are not built-in properties. If they are not included in the catalog, the error is generated.

Solution

Verify that your catalog includes a name and description for each product. If it does not include these, add the properties to your catalog.

Copyright © 2005 Microsoft Corporation.
All rights reserved.