I have an existing MVC Project which i have Upgraded to MVC 5 .I have used Visual Studio Package Manager to update existing Packages installed.
'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'BeginForm' and no extension method 'BeginForm'
Issue is same for other controls like action links too. I have followed the approach mentioned for Upgrading MVC project and made necessary webconfig amendments. Application is not showing intellisence. errors are thrown if i keep view open. More over if i close the view and build application no errors are thrown without any errors. Run properly.
Do Read the post carefully before marking it for similar existing posts. I have already tried few existing solutions provided on stackoverflow.
I am mentioning few links here System.Web.Mvc.HtmlHelper' does not contain a definition for 'ActionLink' stackoverflow.com/questions/12041633/razor-views-not-seeing-system-web-mvc-htmlhelper
Please do guide what exactly i am missing any references???