Why am I getting an error when adding namespace (using WebMatrix.WebData;) in ASP.NET MVC 5?

24 Views Asked by At

I want to use WebSecurity.ChangePassword() in my ASP.NET MVC project, for that I need to install the WebMatrix.WebData NuGet package.

I have already installed it, but in the namespace, I'm getting the error:

enter image description here

0

There are 0 best solutions below