EF 4.3 配置部分

发布于 2025-01-07 14:44:39 字数 539 浏览 0 评论 0原文

您好,我的 web.config 中有以下内容,

 <entityFramework>
<contexts>
  <context type=" Dashboard.Domain.DataContext, Dashboard.Domain">
    <databaseInitializer type="Dashboard.Domain.DataContextInitializer, Dashboard.Domain" />
  </context>
</contexts>

问题是当我现在尝试通过 vs 2010 中的 gui 工具搭建脚手架时,它会抛出设计时异常

无法检索“实体类型”的元数据无法设置应用程序配置中指定的“初始化类型位于此处”类型的数据库初始化程序。查看内部异常

为什么会发生这种情况,在 config.json 中定义初始化程序的 EF 4.1 方式也会发生这种情况。

谢谢

Hi I have the following in my web.config

 <entityFramework>
<contexts>
  <context type=" Dashboard.Domain.DataContext, Dashboard.Domain">
    <databaseInitializer type="Dashboard.Domain.DataContextInitializer, Dashboard.Domain" />
  </context>
</contexts>

the problem is that when I now try to scaffold via the gui tools in vs 2010 it throws a design time exception

Unable to retrieve meta data for 'entity type' Failed to set database initlizer of type 'Init type goes here' specified in app config. see inner exception

why does this happen it also happened with the EF 4.1 way of defining the intializer in config.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文