I just transfered to windows 8 and started my web application but im getting this 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=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)
Line 93: <add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
shankhan
Member
3 Points
13 Posts
unable to run app
Nov 10, 2012 02:41 PM|LINK
Hi ,
I just transfered to windows 8 and started my web application but im getting this 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=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)
Line 93: <add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/><div></div>
HostingASPNe...
All-Star
15922 Points
2982 Posts
Re: unable to run app
Nov 10, 2012 02:59 PM|LINK
Hello,
Make sure that you use ASP.NET 2.0 with your application. It seems that the application pool is set to use .NET 4.
Regards
Free ASP.NET Examples and source code.
Topspy
Contributor
3923 Points
836 Posts
Re: unable to run app
Nov 14, 2012 07:26 AM|LINK
It seems asp.net 2.0 not available on your computer. Just get it installed and configure the App pool with this version.
Asp.net Hosting | Windows Hosting | SQL Server Hosting