ADO.NET实体数据模型创建问题
我无法创建 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许其中一些通过 Microsoft Connect 实现的解决方法会对您有所帮助。
Maybe some of these workarounds via Microsoft Connect will help you.
来自 microsoft connect 解决方法: 这里
就我而言,cmd 上没有输出表明操作已成功完成。但确实如此。
from the microsoft connect workarounds : here
In my case there were no output on cmd that operation was successfully completed. But it was.