问题
i am receiving the following error when I choose to generate MVC5 controller with Views using Entity framework:
Unable to retrieve metadata for ApplicationUser. Multiple object sets per type are not supported. The object sets ApplicationUsers and Users can both contain instances of type ApplicationUser"
searching SO , i found this :same problem but it has a hack not a solution ..
is it a bug in VS13?
and how can I fix it
来源:https://stackoverflow.com/questions/22605091/unable-to-retrieve-metadata-for-applicationuser-vs13