Error in MVC 4 Application that uses OAuth in Visual Studio 2012

0

I'm writing an MVC 4 Application that uses OAuth in Visual Studio 2012. I can compile without errors, but every time I run the application (previously working) I get the following error message.

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. (Exception from HRESULT: 0x80131040)

I haven't directly changed that package (System.Web.WebPages.Razor).

asp.net-mvc
asp.net-mvc-4
visual-studio-2012
razor
asked on Stack Overflow Feb 24, 2014 by user3248895 • edited Jun 6, 2018 by RickL

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0