-
Notifications
You must be signed in to change notification settings - Fork 66
Description
I built a very simple website just to try out simple web and razor. It works as expected locally but fails when I deploy to azure with the following config error:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'System.Web.Mvc, Version=4.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)
Source Error:
Line 15:
Line 16:
Line 17:
Line 18:
Line 19:
It tells me the issue is on line 17 which reffers to the System.Web.Mvc assembly. I've ensured it's properies are set to local but that didn't help. Any ideas?
Thanks in advance!