installation error v 1.4

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 年 前
Good day. When you try to install the latest version nopCommerce 1.4 you get an error:

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 'Controls' does not exist in the namespace 'NopSolutions.NopCommerce' (are you missing an assembly reference?)

Source Error:

Line 152:        <add namespace="NopSolutions.NopCommerce.Common.Utils.Html"/>
Line 153:        <add namespace="NopSolutions.NopCommerce.Controls"/>
Line 154:        <add namespace="NopSolutions.NopCommerce.Controls.Payment.Validators"/>  /// red line:)
Line 155:      </namespaces>
Line 156:      <controls>


Source File: e:\rooms\u222410\idetkam.ru\www\shop\web.config    Line: 154

Host provider uses IIS 7 on windows server 2008. Locally, version 1.4 works fine.


However, when installing earlier versions are no errors and everything works fine. What should I do to make this error disappear? Thank you.
14 年 前
Make sure that the server hosting v1.4 runs ASP.NET 3.5 SP1
14 年 前
cgoasduff wrote:
Make sure that the server hosting v1.4 runs ASP.NET 3.5 SP1


I,m sure, thank you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.