ADO.NET实体数据模型创建问题

发布于 2024-08-15 17:10:57 字数 279 浏览 3 评论 0原文

我无法创建 ADO.NET 实体数据模型。出现以下错误:

加载实体时发生错误 数据模型工具包。失败 加载实体数据模型工具包。 结果是-2147024891。

我不知道为什么会发生这种情况。但是我注意到这个问题是在安装了asp.net ajax控件工具包测试版后发生的。我从控制面板选择每个组件卸载了 Visual Studio 2008 和 SQL Server 2005。然后再次安装它们。但问题仍然存在:(

请任何人帮忙。

I can not create ADO.NET Entity data model. The following error occurs:

An error occured Loading the entity
data model tool package. Failed to
load entity data model tools package.
The result is -2147024891.

I don't know why this happened.But i noticed this problem occurred after installing the asp.net ajax control tool kit beta. I uninstalled visual studio 2008 and sql server 2005 from the control panel selecting each component. And then installed them again. But the problem is still here :(

Please any body help.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

标点 2024-08-22 17:10:57

也许其中一些通过 Microsoft Connect 实现的解决方法会对您有所帮助。

Maybe some of these workarounds via Microsoft Connect will help you.

菊凝晚露 2024-08-22 17:10:57

来自 microsoft connect 解决方法: 这里

无法加载实体数据模型工具
包裹。结果是-2147467259。 ”

终于找到解决办法了:

  1. 删除“C:\Program Files\Microsoft Visual Studio 9.0\
    Common7\IDE\ItemTemplatesCache\
    CSharp\Data\1033”以下
    文件
    AdoNetEntityDataModelCSharp.zip。这
    是一个 Ado.net 实体模型模板,
    1033 是英文版本
    2052年中文版。

  2. 以管理员身份打开 CMD.exe,转到“C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE”或任何安装文件夹。

运行命令“devenv /Setup”。

就我而言,cmd 上没有输出表明操作已成功完成。但确实如此。

from the microsoft connect workarounds : here

Failed to load entity data model tools
package. The result is -2147467259. "

finally found a solution:

  1. To delete "C: \ Program Files \ Microsoft Visual Studio 9.0 \
    Common7 \ IDE \ ItemTemplatesCache \
    CSharp \ Data \ 1033" the following
    documents
    AdoNetEntityDataModelCSharp.zip. This
    is a template Ado.net Entity Model,
    1033 is the English version and
    Chinese version for 2052.

  2. Open CMD.exe as Administrator go to "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE" or what ever your instalation folder is.

Run the command "devenv /Setup".

In my case there were no output on cmd that operation was successfully completed. But it was.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文