Upgrade to 7 Error: Could not load type 'Umbraco.Web.UI.Install.Default'

1.3k views Asked by At

Been trying to upgrade to V7 from V6 for a few days now, running in to a lot of problems.

The first time I tried to do it, I actually did upgrade, but then an issue with UComponents made me roll back, I removed Ucompenets and tried to upgrade again (using Nuget)

When I run the site it tries to take me to the installation wizard (http://mydomain.local/install/) but I get this error:

 Parser Error Message: Could not load type 'Umbraco.Web.UI.Install.Default'.

 <%@ Page Language="c#" CodeBehind="Default.aspx.cs" AutoEventWireup="True" Inherits="Umbraco.Web.UI.Install.Default" EnableViewState="False" %>

I didn't have this issue the first time I tried, thinking something is still hanging around from the first attempt.

I have seen this error on the forums but with no solutions :-(

Any ideas?

1

There are 1 answers

2
Ayo Adesina On BEST ANSWER

Fix it.

Solution!

I deleted the /install folder... and its works!

Another quirk that needs to be added to the documentation!