Could not load type 'Umbraco.Web.UmbracoApplication'. Umbraco 7
I extract the downloaded zip file and setup Umbraco 7(1.4).
I add in another project and add reference to the extracted U7 project.
After a while i get the error
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Umbraco.Web.UmbracoApplication" Language="C#" %>
I then re-extract the zip file downloaded and copy all the files across to my project again. I then run my project and all seems well. A little later on i seem to get the same error but i cant find any reason why this occurs?
Could not load type 'Umbraco.Web.UmbracoApplication'. Umbraco 7
I extract the downloaded zip file and setup Umbraco 7(1.4).
I add in another project and add reference to the extracted U7 project.
After a while i get the error
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Umbraco.Web.UmbracoApplication" Language="C#" %>
I then re-extract the zip file downloaded and copy all the files across to my project again. I then run my project and all seems well. A little later on i seem to get the same error but i cant find any reason why this occurs?
is working on a reply...