我很难解决这个错误。 ADO.Net
实体数据模型向导刚刚在流程中间关闭。
我正在使用VS 2013
更新4,Entity Framework 6.1.3
和.NET Framework 4.5
。这是一个ASP.NET MVC 5项目。我正在使用EF Tools安装Windows Server 2012 R2
。
我在EF
项目上尝试了几个版本的6.0.0
,包括6.1.0
,5.0.0
,甚至ASP.Net MVC 4
,但没有。
在使用EF 5.0.0
的这个MVC 4项目中,我能够继续向导,但是当我选择数据库并继续时,它给了我这个错误:
Unable to generate the model because of the following exception: 'System.TypeLoadException: Could not load type 'System.Data.Entity.Core.Mapping.EntityContainerMapping' from assembly 'EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
我也修了VS但没有改变。
答案 0 :(得分:2)
一种可能的解决方案是删除现有数据连接。 转到View并在Visual Studio版本中选择Server Explorer。 查找可能标记为错误的数据连接,右键单击并删除连接。 数据模型向导现在应该正常运行。