If you are getting below excetion about System.Web.MVC version conflict.
"Assembly 'Sitecore.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'"
You can try one solution for this .
Just run below statement on Visual Basic Nuget console
Install-Package Microsoft.AspNet.Mvc -Version 5.1.1
No comments:
Post a Comment