Unable to retrieve metadata for ApplicationUser. - VS13

萝らか妹 提交于 2019-12-11 03:29:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!