实体框架 + Team Foundation Server - edmx 错误

发布于 12-05 06:58 字数 218 浏览 1 评论 0原文

当我尝试在连接到 TFS 时更新现有的 edmx 模型时,我收到错误: “此事务中涉及的 XmlModel 不可编辑”。

更糟糕的是,当我尝试生成新模型时,Visual Studio 就崩溃了。

仅当我在线处理项目并连接到团队基础服务器时才会发生这种情况。

到目前为止,我找到的唯一解决方案是使用文本编辑器编辑 .edmx 文件...

提前感谢您的任何回复。

When I try to update the existing edmx Model while connected to TFS i receive an error:
"XmlModels involved in this transasction are not editable".

What's even worse, is that when I try to generate a new model, Visual Studio just crashes out.

It happens only when I'm working online on a project, being connected to team foundation server.

So far the only solution I've found was to edit .edmx file using text editor...

Thanks in advance for any responses.

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

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

发布评论

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

评论(1

浊酒尽余欢2024-12-12 06:58:45

来自:http://connect.microsoft.com/VisualStudio/feedback/details/299134/vs2008-beta2-ado-net-entity-data-model-and-wpf-app-issues

请在尝试此操作之前,请复制您的 edmx 文件。!

对于 ADO.NET:重复的 InheritanceConnectors 和/或 AssociationConnector 似乎是问题所在,因此删除 edmx:Diagram 标记中除entitytypeshape 之外的所有内容可以修复保存并再次打开时的问题。 p>

其他人表示关闭重新打开解决方案或完全重新绑定到源代码控制系统可能会产生积极的效果。

From: http://connect.microsoft.com/VisualStudio/feedback/details/299134/vs2008-beta2-ado-net-entity-data-model-and-wpf-app-issues

Please make a copy of your edmx file before you attempt this action.!

For ADO.NET: Duplicate InheritanceConnectors and/or AssociationConnector seems to be the problem, so deleting everything in the edmx:Diagram tag except entitytypeshape fixes the problem when you save and open again.

Other people indicate that closing and re-opening the solution or rebinding to the source control system completely could have a positive effect.

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