C# MySql.Data.Entity版本6.7.4.0架构无效

C# MySql.Data.Entity版本6.7.4.0架构无效,c#,mysql,entity-framework,model-view-controller,C#,Mysql,Entity Framework,Model View Controller,我试图建立我的项目,我得到了这个错误 Schema specified is not valid. Errors: Models.Context.StoreManager.ssdl(2,92) : error 0004: Could not load file or assembly 'MySql.Data.Entity, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of it

我试图建立我的项目,我得到了这个错误

Schema specified is not valid. Errors: 

Models.Context.StoreManager.ssdl(2,92) : error 0004: Could not load file or assembly     
'MySql.Data.Entity, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or 
one of its dependencies. The located assembly's manifest definition does not match the 
assembly reference. (Exception from HRESULT: 0x80131040)
有什么想法吗


我使用的是C#MVC

我想知道这是否是另一种表现形式:我对此思考了更多,我不认为这与我上面链接的bug有关。加载ssdl时会发生异常。加载SSDL时,EF需要提供程序解析存储类型,以便它尝试使用配置文件中指定的名称加载它。此时会发生异常,因此我认为您在配置文件中指定的MySql.Data.Entity程序集的版本与项目中引用的版本不匹配,加载失败。