Developer forum

Forum » Development » eComm error

Reply
 

Server Error in '/' Application.


Column 'OrderLinePageId' does not belong to table Table.


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.ArgumentException: Column 'OrderLinePageId' does not belong to table Table.



Source Error:










Line 27: 
Line 28: //Load data, templates and settings in the pageview object
Line 29: Pageview.Load();
Line 30:
Line 31: //Dynamicweb.Templatev2.Template tmp = new Dynamicweb.Templatev2.Template();




Source File: C:\Projects\EnergiRanders\trunk\website\wwwroot\Default.aspx.cs    Line: 29



Stack Trace:










[ArgumentException: Column 'OrderLinePageId' does not belong to table Table.]
System.Data.DataRow.GetDataColumn(String columnName) +1887619
System.Data.DataRow.set_Item(String columnName, Object value) +14
Dynamicweb.eCommerce.Orders.OrderLine.Save(DataRow DataRow) +736
Dynamicweb.eCommerce.Orders.OrderLineCollection.Save(String OrderID) +680
Dynamicweb.eCommerce.Orders.Order.Save(String IDStr) +5722
Dynamicweb.eCommerce.Orders.Order.Save() +43
Dynamicweb.eCommerce.Frontend.Cart.CartCatch.SaveCart() +98
Dynamicweb.eCommerce.Frontend.Cart.CartCatch.CatchCart(Int32 pageId, PageView Pageview) +3201
Dynamicweb.eCommerce.Frontend.EcomPageLoadNotificationSubscriber.OnNotify(String notification, Object[] args) +87
Dynamicweb.Extensibility.NotificationManager.Notify(String notification, Object[] args) +870
Dynamicweb.Frontend.PageView.Load() +1219
CustomModules.Default.Page_Load(Object sender, EventArgs e) in C:\Projects\EnergiRanders\trunk\website\wwwroot\Default.aspx.cs:29
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061






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

Replies

 
Reply

demo page: http://min-power.valtech.dk


 

 
Reply
Your website is not up to date... it is running the latest code, but the database has not been updated.

Please update all your files, and not just the DLLs, this should solve the problem.

 

You must be logged in to post in the forum