Upgraded to 2.40 and showing error message. please help me out in this

Posted: 3 months ago Quote #139
Hi,

I have upgraded from 2.30 to 2.40 and followed the instruction as per available in Readme upgrade.txt file which i have received.

but still giving below errror as below
-----------------------------------
Server Error in '/' Application.

Compilation 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: CS1061: 'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'NopTitle' and no extension method 'NopTitle' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<dynamic>' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 8:  <html xmlns="http://www.w3.org/1999/xhtml" @Html.Partial("LanguageAttributes")>
Line 9:  <head>
Line 10:     <title>@Html.NopTitle(true)</title>
Line 11:     <meta name="description" content="@(Html.NopMetaDescription())" />
Line 12:     <meta name="keywords" content="@(Html.NopMetaKeywords())" />

Source File: d:\Projects\00000_Website\0000\0000\Presentation\Nop.Web\Views\Shared\_Root.cshtml    Line: 10


Show Detailed Compiler Output:

Show Complete Compilation Source:


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237

------------
you can see the screenshot below.


http://www.freeimagehosting.net/k2p1o
http://www.freeimagehosting.net/836x8


Thanks
Posted: 3 months ago Quote #146
Hello,
Please note, when you go to upgrade a system, you need upgrade database, remove and upload new nopCommerce files incl new version of theme with same version.

Looks like a problem with "@Html.NopTitle(true)". Since 2.40 version, in nopCommerce added bool parameter (true) in 2.30 not exist, only "@Html.NopTitle()". You need upload new version of nopCommerce with new theme. The 2.30 theme will not works with 2.30 project.


Thanks,
Alex