Where to find .csdl, .ssdl, and .msl files in Entity Framework 4.0 code first?
问题 I want to run tests with Effort and to do that I need to specify a connectionstring that also contains a reference to .csdl, .ssdl , and .msl files. The (non-working) connectionstring looks like this now: <add name="SQLAzureConnection" connectionString= "metadata=res://*/Model.projectContext.csdl| res://*/Model.projectContext.ssdl|res://*/Model.projectContext.msl; provider=System.Data.SqlClient; provider connection string="Data Source=(LocalDb)\v11.0;Initial Catalog=Database_Nieuw;Integrated