Running ASP.NET MVC 1.0 application
Posted
by Jack Daniels
on Stack Overflow
See other posts from Stack Overflow
or by Jack Daniels
Published on 2010-05-01T15:34:31Z
Indexed on
2010/05/01
15:37 UTC
Read the original article
Hit count: 225
Hello
I'm trying to build an app with ASP.NET MVC 1.0. I already have installed MVC 1.0 but after running the application It trows an exception:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1705: Assembly 'MVC_CustomControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Routing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Any help is greatly appreciated.
© Stack Overflow or respective owner