我将我的解决方案从.NET 3.5更新到4.0,感谢上帝,我只需修复一些小问题。 但我不明白的是,edmx文件产生了许多这样的警告:
Error 2005: Mapping Association 'FK_CP_C' is redundant:
Its referential integrity constraint provides sufficient information.
You can safely delete the mapping information for this association.
你有没遇到过这个? 我应该承担风险并删除关联吗? 我试图谷歌但却找不到任何东西。
由于
答案 0 :(得分:4)
我还以前做过项目的备份,删除了那些报告错误的关联,更新了模型,警告也消失了。
我没想到会发出什么样的关联引起警告。
希望这可能会对将来有所帮助。