Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample app doesn't run in VS2012 - MVC3/4 issue? #1

Open
shanselman opened this issue Jun 14, 2012 · 3 comments
Open

Sample app doesn't run in VS2012 - MVC3/4 issue? #1

shanselman opened this issue Jun 14, 2012 · 3 comments
Assignees

Comments

@shanselman
Copy link

CS1705: Assembly 'MvcMusicStore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

@shanselman
Copy link
Author

Needed to manually upgrade to MVC4

@dvonlehman
Copy link
Owner

One of the web.config files had a System.Web.Mvc Version set to 4.0.0.0. Everything is now set to 3.0.0.0 although you can still use Verde in an MVC4 app.

@dvonlehman
Copy link
Owner

Issue not resolved. Added bindingRedirect element to the web.config to try and force System.Web.Mvc.dll to version 3.0.0.0 for the MvcMusicStore sample app.

@ghost ghost assigned dvonlehman Jul 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants