Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3172

Reference Unable to Find and Add in ASP.NET MVC Solution

$
0
0

I added "Microsoft.Owin.Security" in references but still showing error.

using Microsoft.Owin.Security.ProVida.Provider;

Code :

public ProVidaAuthenticationOptions GetAuthenticationOptions()
{

}

Error : Error CS0246 The type or namespace name 'ProVidaAuthenticationOptions' could not be found (are you missing a using directive or an assembly reference?)


Viewing all articles
Browse latest Browse all 3172

Trending Articles