Everytime I start a new project I always install om VS2012 using Nuget Package Manager. I always end up trashing the project and installing from a downloaded zip file which always works. Error this time is
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:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Umbraco.Web.UmbracoApplication" Language="C#" %>
Source File: /global.asax Line: 1
It's just frustrating that this has been going on for several versions and isn't yet fixed. OR... of course maybe it's something I have to fix in my set up ;)
I'm looking into this (again) this week, it seems to have something to do with Visual Studio, previously the "fix" was to just close VS and then open the solution again and it should work. Problem is I could never find any difference in the before vs. after closing VS so.. weird.
Do Nuget Installs always break?
Everytime I start a new project I always install om VS2012 using Nuget Package Manager. I always end up trashing the project and installing from a downloaded zip file which always works. Error this time is
It's just frustrating that this has been going on for several versions and isn't yet fixed. OR... of course maybe it's something I have to fix in my set up ;)
Cheers,
Craig
I'm looking into this (again) this week, it seems to have something to do with Visual Studio, previously the "fix" was to just close VS and then open the solution again and it should work. Problem is I could never find any difference in the before vs. after closing VS so.. weird.
is working on a reply...