How to resolve web helper error issue

  By Zaif Ullah   Posted on May-04-2018   730

.Net

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

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

By  zaifullah489-000001    04-May-2018 Views  730



You may also read following recent Post

Recent Column What are 3 C
192  By
Recent Column what is .net
418  By