Print Page | Close Window

confirm2.aspx Error in ’/’ Application

Printed From: SalesCart
Category: Legacy Products
Forum Name: SalesCart NET
Forum Description: For SalesCart NET developers and designers to converse with other SalesCart NET owners
URL: http://forum.salescart.com/forum/forum_posts.asp?TID=322
Printed Date: April/18/24 at 9:19pm
Software Version: Web Wiz Forums 11.04 - http://www.webwizforums.com


Topic: confirm2.aspx Error in ’/’ Application
Posted By: Selahbooks
Subject: confirm2.aspx Error in ’/’ Application
Date Posted: March/21/05 at 6:33pm
I have had several customers report the following error. I have never received it when testing. However, the customers that notified me, always receive this error whenever they try to place an order.

Server Error in '/' Application.

------------------------------------------------------------ --------------------

Multiple-step operation generated errors. Check each status value.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Multiple-step operation generated errors. Check each status value.

Source Error:

Line 65: <tr>
Line 66: <td COLSPAN=3 class=MENUcontent_LIGHTGRAYbg align=center height=20 nowrap><font class="view1_item">ORDER ID: <b><%= RS.Fields("Orderid").Value %></b>
Line 67: <img src="images/spacer.gif" width=50 height=1>ORDER DATE: <B><%= String.Format("{0:d}", RS.Fields("OrderDate").Value) %></B></FONT></td>
Line 68: </tr>
Line 69: <tr>



Source File: d:\web\worldcastpublishing.com\www\cgi-bin\confirm2.aspx&nbs p;   Line: 67

Stack Trace:

[COMException (0x80040e21): Multiple-step operation generated errors. Check each status value.]
   Microsoft.VisualBasic.CompilerServices.Lat eBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack) +901
   ASP.confirm2_aspx.__Render__control1(HtmlT extWriter __output, Control parameterContainer) in d:\web\worldcastpublishing.com\www\cgi-bin\confirm2.aspx:67
   System.Web.UI.Control.RenderChildren(HtmlT extWriter writer) +27
   System.Web.UI.Control.Render(HtmlTextWrite r writer) +7
   System.Web.UI.Control.RenderControl(HtmlTe xtWriter writer) +243
   System.Web.UI.Page.ProcessRequestMain() +1926





------------------------------------------------------------ --------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032





-------------
Mike



Replies:
Posted By: Selahbooks
Date Posted: April/07/05 at 4:14pm
After some research I discovered what was causing the error. In details1.aspx I added the 2 digit abbreviation for all the Canadian Provinces in the State or Province drop down field. However, I did not add the same 2 digit abbreviation to the Taxes table in Shop.mdb.

Apparently if you enter a state or province code in details1.aspx that is not in the Taxes table in the Shop.mdb file then you will receive this error. The Taxes table comes with all the US states included, plus a CN for Canada, and an NA, but does not have the Canadian Province's 2 digit code. Once I entered the 2 digit Province code into the Taxes table everything worked OK.

-------------
Mike



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.04 - http://www.webwizforums.com
Copyright ©2001-2015 Web Wiz Ltd. - http://www.webwiz.co.uk