As I am learning the Identity Framework for my asp.net project, I am following this tutorial: http://www.asp.net/identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project
However, I found this odd error:
class Microsoft.AspNet.Identity.EntityFramework.IdentityUser
There is no argument given that corresponds to the required formal parameter 'context' of 'UserStore.UserStore(DbContext, IdentityErrorDescriber)'
I've followed the exact step given from the tutorial. However, I'm facing this error that I couldn't find on Google. Any idea that caused this?
