Hello,
I am new to Umbraco. However I have done the following:
1. Created a new empty MVC 4 project up in VS 2010
2. Installed Umbraco CMS from Nuget which has pulled down the latest version (7.0.0 currently)
3. I have been asked to overwrite the web.config by the Nuget installation, which I accepted
4. I then cleaned, and built the solution once the Nuget packages had been installed
5. I hit F5
I get the error:
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.UmbracoApplication'.
Source Error:
|
Source File: /global.asax Line: 1
I have tried to Google this but most of the solutions are for version 4 or 6 and none work for me. e.g. creating a global.cs class, changing the inherits line etc.
What have I missed? Or is this just a bug in the installer? Ta!