A2H i tried to add the new reference and was successful but now i get the following error! Markus
Server Error in '/' Application.
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=5.2.3.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 36: <compilation>
Line 37: <assemblies>
Line 38: <add assembly="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 39: </assemblies>
Line 40: </compilation>
Source File: c:\users\andrew\documents\visual studio 2015\Projects\AndrewProject\AndrewProject\views\web.config Line:
38
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///c:/users/andrew/documents/visual studio 2015/Projects/AndrewProject/AndrewProject/
LOG: Initial PrivatePath = c:\users\andrew\documents\visual studio 2015\Projects\AndrewProject\AndrewProject\bin
Calling assembly : (Unknown).
Member
251 Points
423 Posts
Re: You must add a reference to assembly.
Oct 19, 2018 11:29 PM|Markus33|LINK
A2H i tried to add the new reference and was successful but now i get the following error! Markus
Server Error in '/' Application.
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=5.2.3.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 36: <compilation> Line 37: <assemblies> Line 38: <add assembly="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> Line 39: </assemblies> Line 40: </compilation>
Source File: c:\users\andrew\documents\visual studio 2015\Projects\AndrewProject\AndrewProject\views\web.config Line: 38
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.