Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Umbraco 7: Could not load type Umbraco.Web.UmbracoApplication

Tags:

  1. Created an ASP.NET empty web application in Visual Studio
  2. Installed Umbraco 7.1.5 via NuGet Package Manager
  3. When asked to overwrite the web.config file, typed Y(Yes)
  4. Built the project
  5. F5

When I run the project I get the following error in Chrome:

Could not load type Umbraco.Web.UmbracoApplication

How can I solve this problem and get to the installation page?

like image 531
alex Avatar asked Aug 23 '14 12:08

alex


1 Answers

I also encountered same problem few days ago..i solved that...Just change the name of MVC project from 'Umbraco' to something else and then it will work fine..

like image 169
Kartikeya Khosla Avatar answered Oct 14 '22 20:10

Kartikeya Khosla