How to resolve web helper error issue
Web helper error occurs because there is missing nuget web.helper which cause this error.
We only need to install nuget mention below.
Go to tools bar in visual studio,----> then go to Nuget package manager ----> then Package manager console and install this.
Install-Package Microsoft.AspNet.WebHelpers -Version 3.2.5
Share This with your friend by choosing any social account