Advertisement
Advertisement
| 01.02.2008 at 12:47PM PST, ID: 23054112 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
|
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: |
Specified cast is not valid. 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.InvalidCastException: Specified cast is not valid. Source Error: Line 239: End If Line 240: Else Line 241: cart.AddItem(ThisCustomer, ShippingAddressID, ProductID, VariantID, Quantity, ChosenColor, ChosenColorSKUModifier, ChosenSize, ChosenSizeSKUModifier, TextOption, CartType, False, False, 0, CustomerEnteredPrice) Line 242: End If Line 243: End If Source File: E:\SITES\SmokeWagonGear\Web\addtocart.aspx.vb Line: 241 Stack Trace: [InvalidCastException: Specified cast is not valid.] System.Data.SqlClient.SqlBuffer.get_Int32() +985292 System.Data.SqlClient.SqlDataReader.GetInt32(Int32 i) +39 AspDotNetStorefrontCommon.DB.RSFieldInt(IDataReader rs, String fieldname) +137 AspDotNetStorefrontCommon.AppLogic.DetermineLevelPrice(Int32 VariantID, Int32 CustomerLevelID) +244 AspDotNetStorefrontCommon.ShoppingCart.AddItem(Customer ThisCustomer, Int32 ShippingAddressID, Int32 ProductID, Int32 VariantID, Int32 Quantity, String ChosenColor, String ChosenColorSKUModifier, String ChosenSize, String ChosenSizeSKUModifier, String TextOption, CartTypeEnum CartType, Boolean UpdateCartObject, Boolean IsRequired, Int32 GiftRegistryForCustomerID, Decimal CustomerEnteredPrice) +2951 AspDotNetStorefront.addtocart.Page_Load(Object sender, EventArgs e) in E:\SITES\SmokeWagonGear\Web\addtocart.aspx.vb:241 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436 |