WebMatrix assembly methods in MVC 6

June 3, 2014 at 10:55 PMalex

Microsoft moved methods and classes into Microsoft.AspNet.WebPages.Data, so in order to use them use:

Install-Package Microsoft.AspNet.WebHelpers

 Followed by:

Install-PackageMicrosoft.AspNet.WebPages.Data

Posted in:

Tags: