Hi,
We have a couple of solutions that we tried to upgrade to 8.8.1.4. Everything except for one thing works fine.
When we go to Management Center or Users in Admin we get a server error.
Something is expecting Razor 2.0.
Screenshot of error: http://screencast.com/t/8xSPULKrVoGG
"Could not load file or assembly 'System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken="31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) "
I have tried to add this to web.config:
<dependentAssembly>
<assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
Has anyone else had this upgrade issue?
Regards / Aki