【发布时间】:2016-03-03 22:43:33
【问题描述】:
我使用带有 .Net framework 3.5 的 Visual Studio 2010 创建了 EDM 模型。 现在我已经将我的项目升级到了带有 .Net 框架 4.5 的 Visual Studio 2012。我的项目编译成功,但运行时出现以下错误。
System.Data.MappingException : Schema specified is not valid. Errors:
error 2102: The version of EdmItemCollection must match the version of StoreItemCollection.
请帮忙。
【问题讨论】:
标签: c# entity-framework visual-studio-2012 .net-3.5 .net-4.5