Getting "Could not load file or assembly" error when trying to view the blog
I'm trying to get Articulate to work on an existing Umbraco installation. When I navigate to the blog URL, I get the following error:
Could not load file or assembly 'System.Web.WebPages.Razor,
Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or
one of its dependencies. The located assembly's manifest definition
does not match the assembly reference.
The Umbraco version I'm using is 7.2.8. So what am I missing here? Do I need to manually update the Razor dll (which I'm hesitant to do)? Should I just redirect the version 3 to whatever version I have in the bin folder (seems unlikely)?
Getting "Could not load file or assembly" error when trying to view the blog
I'm trying to get Articulate to work on an existing Umbraco installation. When I navigate to the blog URL, I get the following error:
The Umbraco version I'm using is 7.2.8. So what am I missing here? Do I need to manually update the Razor dll (which I'm hesitant to do)? Should I just redirect the version 3 to whatever version I have in the bin folder (seems unlikely)?
Hi Kurt,
You can try to fix it with nuget:
Thanks
Alex, please correct me if I misunderstand, but does this mean that Articulate requires MVC5?
is working on a reply...