ASP.NET Identity – HttpContext has no extension method for GetOwinContext

I have downloaded, and successfully ran the ASP.NET Identity sample from here: https://github.com/rustd/AspnetIdentitySample I am now in the middle of implementing the ASP.NET Identity framework in my project and have ran into a problem, that has driven me mad all day… GetOwinContext() does not exist as an extension method on my HttpContext I am implementing … Read more