'Microsoft.Owin.IOwinContext' does not contain a definition for 'GetUserManager' and no extension method? 'Microsoft.Owin.IOwinContext' does not contain a definition for 'GetUserManager' and no extension method? asp.net asp.net

'Microsoft.Owin.IOwinContext' does not contain a definition for 'GetUserManager' and no extension method?


The extension method was moved to a different namespace, try adding

using Microsoft.AspNet.Identity.Owin;