在我的C#项目中,我使用Entity Framework进行Database First开发。该模型存储在我的项目中的EDMX文件(.edmx扩展名)中。此过程在我的App.config中自动创建了一个连接字符串:
189.291.289.29 - 105 requests
189.101.89.11 - 85 requests
该项目已经在2015年Visual Studio 2015 - Windows'并且完美无瑕。在Mac的Visual Studios中拉出相同的回购。 workspace使用以下信息抛出 System.Data.Entity.Core.MetadataException :
消息:无法加载指定的元数据资源。
来源:EntityFramework
TargetSite(Type - System.Reflection.MonoMethod):
{System.Collections.Generic.List1 [System.Data.Entity.Core.Metadata.Edm.MetadataArtifactLoaderResource] LoadResources(System.String,System.String,System.Collections.Generic.ICollection`1 [System.String],System.Data.Entity.Core.Metadata。 Edm.MetadataArtifactAssemblyResolver)}
我是否需要以任何方式改变我的项目才能实现这一目标?
有没有人设法在Visual Studio for Mac中使用Entity Framework?