Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Have stumbled across a peculiar issue when trying to xcopy master pages from a separate Web Application Project into an Umbraco site... see blog post:
http://umbraco.miketaylor.eu/2010/09/15/master-page-weirdness-after-xcopy-from-web-application-project/
After the post-build event xcopies the master pages over to the Umbraco site, I'm getting a Parser Error on the site, but if I go into the Umbraco admin and just save the templates again, it all works fine.
Anyone seen this before?
Mike
IIS user doesn't have the same rights on the masterpagefolder as you do from your workstation? impersonation is "on" somewhere?
Nevermind, you're working on a local machine...
possibly you're refreshing the XML cache when publishing from Umbraco, and not when your xcopying the files over the old ones?
I never work on masterpages from filesystem so couldn't say...
I think you might wat to start a codeplex case for this one...
Found it!
It turns out that copy/paste from the template editor in the Umbraco back-end appends a non-ANSI-Latin I character to the code.
See blog post: http://umbraco.miketaylor.eu/2010/09/15/master-page-weirdness-resolved/
Cheers,
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Master page weirdness after xcopy from Web Application Project
Have stumbled across a peculiar issue when trying to xcopy master pages from a separate Web Application Project into an Umbraco site... see blog post:
http://umbraco.miketaylor.eu/2010/09/15/master-page-weirdness-after-xcopy-from-web-application-project/
After the post-build event xcopies the master pages over to the Umbraco site, I'm getting a Parser Error on the site, but if I go into the Umbraco admin and just save the templates again, it all works fine.
Anyone seen this before?
Mike
IIS user doesn't have the same rights on the masterpagefolder as you do from your workstation? impersonation is "on" somewhere?
Nevermind, you're working on a local machine...
possibly you're refreshing the XML cache when publishing from Umbraco, and not when your xcopying the files over the old ones?
I never work on masterpages from filesystem so couldn't say...
I think you might wat to start a codeplex case for this one...
Found it!
It turns out that copy/paste from the template editor in the Umbraco back-end appends a non-ANSI-Latin I character to the code.
See blog post: http://umbraco.miketaylor.eu/2010/09/15/master-page-weirdness-resolved/
Cheers,
Mike
is working on a reply...