Ah.... it's not a 7.2 thing, it's your .Net framework. You should update it :) back in October, MS released a security update, which - among other things - bumped the version number of System.Web.Mvc.
It's a "non-VS" installation on Unoeuro.com, so I don't have access til the .net framework. Thought there was a bad reference in the package. But I will get it into VS, and update references.
Not working in 7.2
I get this error message when trying to access /pagename/inspect.
Compiler Error Message: CS1705: Assembly 'InspectForUmbraco, Version=1.0.1.4, Culture=neutral, PublicKeyToken=null' uses 'System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Anyone know a fix?
Ah.... it's not a 7.2 thing, it's your .Net framework. You should update it :) back in October, MS released a security update, which - among other things - bumped the version number of System.Web.Mvc.
Check http://stackoverflow.com/questions/26396489/system-web-mvc-not-functioning-as-expected-after-windows-update or simply google "System.Web.Mvc, Version=4.0.0.1" and you'll get more than a few hits on people that had the same issue.
-Kenn
Ok :)
It's a "non-VS" installation on Unoeuro.com, so I don't have access til the .net framework. Thought there was a bad reference in the package. But I will get it into VS, and update references.
Thanks for your answer!
A lillte trick from @Per Ploug
Edit your Web.Config and change this.:
Chears
This doesn't work if you're running the website as an azure web app.
is working on a reply...