I'm attempting to evaluate Courier before purchasing, however I am unable to run it.
I've installed umbraco v4.11.4 and installed the latest package version within umbraco.
Once the installation was completed. I stopped and restart the site within visual studio and received this error:
Error 4 The file '/App_Data/MasterPages/CourierPage.Master' does not exist. App_Data/fcb02393-fa5a-4ed7-9c63-fd9fd871f578/01f83b6a-0352-443c-8d95-583398c51606.aspx 1
The resolution is to not use the VS dev server, but IIS express instead. The problem is that you use a project that automaticly adds all files to the VS solution, and Courier keeps a file cache in /app_data/ where a couple of .master files refer to a parent .master which is not there, which is why it fails, so either remove the files from the project, or make the webserver ignore them.
Courier error and VS2012
Hello,
I'm attempting to evaluate Courier before purchasing, however I am unable to run it.
I've installed umbraco v4.11.4 and installed the latest package version within umbraco.
Once the installation was completed. I stopped and restart the site within visual studio and received this error:
Error 4 The file '/App_Data/MasterPages/CourierPage.Master' does not exist. App_Data/fcb02393-fa5a-4ed7-9c63-fd9fd871f578/01f83b6a-0352-443c-8d95-583398c51606.aspx 1
This is the same error as here:
http://our.umbraco.org/forum/umbraco-pro/courier/27390-After-installing-Courier-251-I-get-error-an-generating-in-Visual-Studio-2010
There is no resolution and I haven't been able to find one here or through googling the error.
Can anyone help?
The resolution is to not use the VS dev server, but IIS express instead. The problem is that you use a project that automaticly adds all files to the VS solution, and Courier keeps a file cache in /app_data/ where a couple of .master files refer to a parent .master which is not there, which is why it fails, so either remove the files from the project, or make the webserver ignore them.
is working on a reply...