Hello friend's I will like to share some annoying error I have faced in MVC and finally after lot of google search I found the solution
{"Method not found: 'System.Web.Routing.RouteValueDictionary System.Web.WebPages.TypeHelper.ObjectToDictionaryUncached(System.Object)'."}
Dev's Blog |
It seems that there is an error in MVC routing but the main culprit was
System.Web.MVC and System.Web.WebPages
Just delete it from existing solution and reinstall from nuget.
Check the version is web.config file
Clean the solution & build and run.
This works for me. Hope it works for you to.