Umbraco 6.0.5 to 6.1.1 upgrade via nuget - parser error
Hello,
After upgrading v 6.0.5 to 6.1.1 via nuget (and merging my config files), I got the following error when I try to run from my local machine:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'Umbraco.Web.UI.Install.Title'.
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="True" CodeBehind="Title.ascx.cs" Inherits="Umbraco.Web.UI.Install.Title" %>
Line 2: <%@ Import Namespace="Umbraco.Core.Configuration" %>
Line 3: <title>Umbraco <%=UmbracoVersion.Current.ToString(3)%> <%=UmbracoVersion.CurrentComment%> Configuration Wizard</title>
Source File: /install/Title.ascx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18044
Umbraco 6.0.5 to 6.1.1 upgrade via nuget - parser error
Hello,
After upgrading v 6.0.5 to 6.1.1 via nuget (and merging my config files), I got the following error when I try to run from my local machine:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'Umbraco.Web.UI.Install.Title'.
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="True" CodeBehind="Title.ascx.cs" Inherits="Umbraco.Web.UI.Install.Title" %> Line 2: <%@ Import Namespace="Umbraco.Core.Configuration" %> Line 3: <title>Umbraco <%=UmbracoVersion.Current.ToString(3)%> <%=UmbracoVersion.CurrentComment%> Configuration Wizard</title>
Source File: /install/Title.ascx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18044
Any ideas what's wrong here?
Deleting the files in the bin folder and rebuilding seems to bring a solution.
is working on a reply...