使用Asp.Net MVC在以下行:如何解決'System.Data.Entity.Database.DefaultConnectionFactory'已過時?
Database.DefaultConnectionFactory = new SqlCeConnectionFactory("System.Data.SqlServerCe.4.0");
我收到錯誤消息:
Warning as Error: 'System.Data.Entity.Database.DefaultConnectionFactory' is obsolete: 'The default connection factory should be set in the config file or using the DbConfiguration class. (See http://go.microsoft.com/fwlink/?LinkId=260883)'
如何改寫呢?