您好我正在尝试使用EF5上的代码优先方法创建表。我创建了一个名为" DEV_Database"的数据库。在名为" SERVER01"。
的服务器上我输入" enable-migrations -contexttypename实体-force"在包管理器控制台上我收到此错误"无法加载指定的元数据资源。"
我有这个连接字符串由VS12为我自动生成,其他方法的话很好。 谁能帮我这个。我的连接字符串在下面。
<add name="Entities" connectionString="metadata=res://*/Models.Model1.csdl|res://*/Models.Model1.ssdl|res://*/Models.Model1.msl;provider=System.Data.SqlClient;provider connection string="data source=SERVER01;initial catalog=DEV_Database;persist security info=True;user id=USER1;password=pass;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/>