实体框架 + Team Foundation Server - edmx 错误
当我尝试在连接到 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.
来自:http://connect.microsoft.com/VisualStudio/feedback/details/299134/vs2008-beta2-ado-net-entity-data-model-and-wpf-app-issues
请在尝试此操作之前,请复制您的 edmx 文件。!
其他人表示关闭重新打开解决方案或完全重新绑定到源代码控制系统可能会产生积极的效果。
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.!
Other people indicate that closing and re-opening the solution or rebinding to the source control system completely could have a positive effect.