The 'data source' keyword is not supported. (ASP.Net app, Entity-framework 5, Code first, migrations)
问题 I have an OData/WCF Data Services endpoint (ASP.Net site) that I would like to switch from using EF Code first datamodel with SQL Server 2012 as backend to EF Code first datamodel with LocalDB as backend - on our dev machines using Visual Studio 2012. Code is placed in TFS and we share the code between 5-6 developers. Existing unit tests run smoothly after switching to LocalDB. The config for the unit test project is this: <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections