- 2
I just upgraded successfully from 3.50 to 3.60. Now, when I try to upgrade from 3.60 to 3.70 I receive the following error after restarting the website. I executed the nopCommerce upgrade script and the ShopAll script successfully, copied the Plugins and Themes folders and restored the old AppData settings files (I will post the entire stack if someone wants to see it). Looking though the nopCommerce upgrade script, I noticed that it drops two columns named "HasDiscountsApplied":
Invalid column name 'HasDiscountsApplied'.
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.Data.SqlClient.SqlException: Invalid column name 'HasDiscountsApplied'.
Source Error:
Line 31: else
Line 32: {
Line 33: @Html.Action("TopMenu", "Catalog")
Line 34: }
Line 35: </div>
Source File: c:\HostingSpaces\admin1\shop.milwaukeemap.com\wwwroot\Themes\ShopAll\Views\Shared\_Root.cshtml Line: 33
Invalid column name 'HasDiscountsApplied'.
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.Data.SqlClient.SqlException: Invalid column name 'HasDiscountsApplied'.
Source Error:
Line 31: else
Line 32: {
Line 33: @Html.Action("TopMenu", "Catalog")
Line 34: }
Line 35: </div>
Source File: c:\HostingSpaces\admin1\shop.milwaukeemap.com\wwwroot\Themes\ShopAll\Views\Shared\_Root.cshtml Line: 33