Developer forum

Forum » Development » Upgrade problem 8.4 > 8.8

Upgrade problem 8.4 > 8.8

Aki Ruuskanen
Aki Ruuskanen
Reply

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


Replies

 
Nicolai Pedersen
Reply

It is probably your custom solutions web.config that you need to update. Merge them with the new ones distributed with 8.8

 
Aki Ruuskanen
Aki Ruuskanen
Reply

Alright. Thanks. Thought we did that but I'll check it out. 

 

You must be logged in to post in the forum