最近我已迁移到EF6 alpha 3,当我使用EF Power Tools Beta 3为我的上下文“生成视图”以获得更快的启动时,我收到此错误消息:
---------------------------
Exception has been thrown by the target of an invocation.
---------------------------
我在迁移之前使用它没有任何问题。
有什么建议吗?提前谢谢......
答案 0 :(得分:0)
如果您使用代码优先方法,请确保您的DbContext类必须具有公共无参数构造函数。