Upgrade 4.8 to Umbraco 6 : Could not load type 'Umbraco.Web.UI.Install.Default'
Hello,
I'm trying to upgrade my client site from Umbraco 4.8.1 to Umbraco 6. I have followed the guide and merge all configs file.
When I try to run the site, the /install/Default.aspx page runs and outputs :
"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.Default'.
Source Error:
Line 1: <%@ Page Language="c#" CodeBehind="Default.aspx.cs"
AutoEventWireup="True" Inherits="Umbraco.Web.UI.Install.Default"
EnableViewState="False" %>"
Upgrade 4.8 to Umbraco 6 : Could not load type 'Umbraco.Web.UI.Install.Default'
Hello,
I'm trying to upgrade my client site from Umbraco 4.8.1 to Umbraco 6. I have followed the guide and merge all configs file.
When I try to run the site, the /install/Default.aspx page runs and outputs :
"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.Default'.
Source Error:
Line 1: <%@ Page Language="c#" CodeBehind="Default.aspx.cs" AutoEventWireup="True" Inherits="Umbraco.Web.UI.Install.Default" EnableViewState="False" %>"
Any ideas how to unblock me ?
Thank you very much
Did you ever get this fixed and if so. What did you do?
I had the same problem....
I was upgrading from V6 > v7 and ran in to the same problem.
Fixed it by deleting the install folder, as it is not needed for v7, this may not fix your issue as your using v6.
but give it a try.
Hope this helps someone else.
Thanks Ayo
is working on a reply...