问题
- Created an ASP.NET empty web application in Visual Studio
- Installed Umbraco 7.1.5 via NuGet Package Manager
- When asked to overwrite the web.config file, typed Y(Yes)
- Built the project
- F5
When I run the project I get the following error in Chrome:
How can I solve this problem and get to the installation page?
回答1:
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..
回答2:
The solution, when I encountered it after installing Umbraco 7.2.12 into an existing but empty project, was to change the assembly name and default namespace from "Umbraco" to the name of the (startup-)project eg. "Website".
In Visual Studio 2017 (applies to many other versions of VS), you can do it like this:
- Select your project
- Select Properties
- Select tab Application
- Change Assembly name and Default namespace
- Save ... and wait
- Run
来源:https://stackoverflow.com/questions/25461798/umbraco-7-could-not-load-type-umbraco-web-umbracoapplication