问题:当我想从EF codefirst上下文创建控制器时,它会给出以下错误:
There was an error running the selected code generator.Unable to retrieve metadata for Model.class name.Ambiguous match found.我做了什么?
public bool ISActive { get; set; }我太惊讶了,发现是如何用网点来改造你的!!,你觉得解决方案怎么样?!!
发布于 2016-07-22 19:34:23
将ISActive属性重命名为IsActivated之类的东西解决了我的problem.It似乎EF脚手架在这种命名过程中遇到了问题。
https://stackoverflow.com/questions/36884297
复制相似问题