I've just uploaded a site to a new server and am getting this error (it seems like it is trying to reinstall umbraco):
Server Error in '/' Application.
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.presentation.masterpages.umbracoPage'.
Source Error:
Line 1: <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="umbracoPage.master.cs" Inherits="umbraco.presentation.masterpages.umbracoPage" %> Line 2: Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I have had this exact problem - moving a site around. I don't think my permissions are messed up - because I have gone to each file and made sure that the NETWORK SERVICE account (which is the identity of the site's APP POOL) has permissions that are listed in this file. I tried upgrading within 4.0 no go yet. In fact - when I upgraded to 4.5 it almost worked because it saw the content but there is much upgrading work to be done.
So - did anyone ever find a specific solution to this above problem??
I agree, this is quite odd. Quick question: which Windows/IIS server are you using? IIS7+ needs the 'IIS AppPool\[yourAppPool]' user to have permissions instead of the NETWORK SERVICE.
Don't think there are any options to change in the web config or other config files when moving the physical path as all parameters seem to be relative, but worth a check?
I've had this error previously in custom ASP.Net applications when I was foolishly trying to change namespaces and forgot to update the directives at the top of the aspx files. Most of the time the error would be flagged up during compile time. However this can't be it since you haven't recompiled anything and Umbraco is deployed as web application and not as web site, which means that it is pre-compiled and only relies on the dlls and not the code files.
Stupid idea though: could it perhaps be a simple file transfer problem, e.g. sometimes my FTP program is so nice and copies only half the file across.
An alternative: set up a brand new Umbraco install, copy over only the new files and replace the database with the real one, that should work but is probably not what you're after.
Problem moving a site
Hi - me again.
I've just uploaded a site to a new server and am getting this error (it seems like it is trying to reinstall umbraco):
Server Error in '/' Application.
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.presentation.masterpages.umbracoPage'.
Source Error:
Source File: /umbraco/masterpages/umbracoPage.Master Line: 1
I'm not really sure what I'm doing wrong here - or what this error is. My host says that there are files missing?
Any ideas?
Hi,
pleas check Folder permissions in the new location. Pleas referr to this wiki artikel http://our.umbraco.org/wiki/reference/files-and-folders/permissions to see what permissions you should grant.
Hope this helps
Toby
Thank you - I will :)
I have had this exact problem - moving a site around. I don't think my permissions are messed up - because I have gone to each file and made sure that the NETWORK SERVICE account (which is the identity of the site's APP POOL) has permissions that are listed in this file. I tried upgrading within 4.0 no go yet. In fact - when I upgraded to 4.5 it almost worked because it saw the content but there is much upgrading work to be done.
So - did anyone ever find a specific solution to this above problem??
Thanks
Hiya,
I agree, this is quite odd. Quick question: which Windows/IIS server are you using? IIS7+ needs the 'IIS AppPool\[yourAppPool]' user to have permissions instead of the NETWORK SERVICE.
Don't think there are any options to change in the web config or other config files when moving the physical path as all parameters seem to be relative, but worth a check?
I've had this error previously in custom ASP.Net applications when I was foolishly trying to change namespaces and forgot to update the directives at the top of the aspx files. Most of the time the error would be flagged up during compile time. However this can't be it since you haven't recompiled anything and Umbraco is deployed as web application and not as web site, which means that it is pre-compiled and only relies on the dlls and not the code files.
Stupid idea though: could it perhaps be a simple file transfer problem, e.g. sometimes my FTP program is so nice and copies only half the file across.
An alternative: set up a brand new Umbraco install, copy over only the new files and replace the database with the real one, that should work but is probably not what you're after.
Sorry if I can't be of more help,
Sascha
Same problem here.. any solution?
using IIS 7 but never had prob before..
is working on a reply...