Error on edit order 'OrderContext' does not exist in the namespace 'TeaCommerce.Umbraco.Web'
When I click to edit an order I get this error message:
The solution is upgraded to 3.0 from v2.
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'OrderContext' does not exist in the namespace 'TeaCommerce.Umbraco.Web' (are you missing an assembly reference?)
Source Error:
Line 39:
Line 40:
Line 41: public class _Page_macroScripts_tea_commerce_edit_order_cshtml : TeaCommerce.Umbraco.Web.OrderContext {
Line 42:
Line 43: #line hidden
Source File: c:\Users\jonas\AppData\Local\Temp\Temporary ASP.NET Files\vs\cdcec1ae\ada51511\App_Web_edit-order.cshtml.ddffc327.hpt-ifxh.0.cs Line: 41
When you installed Tea Commerce you should see an edit-order.cshtml.default in your /macroScripts/tea-commerce/. This file uses the new syntax. Both the edit order and email template files must be updated.
Error on edit order 'OrderContext' does not exist in the namespace 'TeaCommerce.Umbraco.Web'
When I click to edit an order I get this error message:
The solution is upgraded to 3.0 from v2.
Line 39: Line 40: Line 41: public class _Page_macroScripts_tea_commerce_edit_order_cshtml : TeaCommerce.Umbraco.Web.OrderContext { Line 42: Line 43: #line hidden
When you installed Tea Commerce you should see an edit-order.cshtml.default in your /macroScripts/tea-commerce/. This file uses the new syntax. Both the edit order and email template files must be updated.
Kind regards
Anders
Great
Thanks
is working on a reply...