Hi,
I tried to query for a product using WSI. But I keep on getting this error for any product I tried. Please help.
Input:
<AspDotNetStorefrontImport Verbose="true">
<Transaction>
<GetProduct ID="4" />
</Transaction>
</AspDotNetStorefrontImport>
OutPut(Error):
<?xml version="1.0" encoding="utf-16"?>
<AspDotNetStorefrontImportResult Version="" DateTime="8/9/2009 2:32:26 PM">
<Verbose Message="Import Starting" /><Transaction Name="Transaction1"><Verbose Message="Processing GetProduct, ProductID=4, ProductGUID=, ForEntityType=, ForEntityID = 0, ForEntityGUID=, IncludeVariants=False, GetAll=False" /><GetProduct ID="4" GUID=""><Error Message="Exception, Message=There is already an open DataReader associated with this Command which must be closed first." /><Rollback/></Transaction><Error Message="There is already an open DataReader associated with this Command which must be closed first." /><Verbose Message="Import Aborted" /></AspDotNetStorefrontImportResult>
I am not sure why this is happening.