I am completely lost with this problem. I am moving my site from one server to another, it works perfectly on the first server but when I move it I get the yellow screen of death and it because of the System.Web.WebPages.Razor. The first error page is this:
So I then put in a System.Web.WebPages.Razoe Verson 2.0.20710.0 and I then get another error page asking me for version 1.0.0.0 again!
and its a never ending circle of this. Does anyone know what the problem could be?
Ps. This is assuming you run umbraco v6. If not, you should look for the custom component that is using Razor 2.0.0. Still adding just the redirect for Razor might work:
I am using 4.11 I think, I have a feeling this was cause by installing the Contour for v6 and now since I have installed the correct packages there seems to be issues with deploying it on the server. I have tried using the above line of code but it didnt do anything!
Server/Razor issue.
Hi all,
I am completely lost with this problem. I am moving my site from one server to another, it works perfectly on the first server but when I move it I get the yellow screen of death and it because of the System.Web.WebPages.Razor.
The first error page is this:
So I then put in a System.Web.WebPages.Razoe Verson 2.0.20710.0 and I then get another error page asking me for version 1.0.0.0 again!
and its a never ending circle of this. Does anyone know what the problem could be?
Thanks in advance.
Jason
Check your web.config for these assebmbly bindings, they need to be present:
Ps. This is assuming you run umbraco v6. If not, you should look for the custom component that is using Razor 2.0.0. Still adding just the redirect for Razor might work:
Hi Sebastiaan,
I am using 4.11 I think, I have a feeling this was cause by installing the Contour for v6 and now since I have installed the correct packages there seems to be issues with deploying it on the server.
I have tried using the above line of code but it didnt do anything!
I also heard someone else mention this problem with Contour. Perhaps it's related to that?
Jeroen
Problem solved, I reckon it was a Contour installation error that somehow bypassed the local site but messed up the live site.
Installed the correct Contour package 3.0.6 as I was using Umbraco 4.11.
Did a fresh bin copy of a fresh Umbraco 4.11 site, and added in the appropriate dll's that were needed and this fixed it.
This forum post came in really handy if anyone else has the problem - http://our.umbraco.org/forum/umbraco-pro/contour/38193-Installing-Contour-kills-entire-site?p=1
Thanks for the help though.
is working on a reply...