|
confirm2.aspx Error in / Application |
Post Reply |
Author | |
Selahbooks
Newbie Joined: March/17/04 Location: United States Status: Offline Points: 23 |
Post Options
Thanks(0)
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 |
|
Selahbooks
Newbie Joined: March/17/04 Location: United States Status: Offline Points: 23 |
Post Options
Thanks(0)
|
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. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |