vs2010中怎么使用ef5.0
vs2010中怎么使用ef5.0
日期:2014-12-27 09:28:17 人气:1
数据库为Oracle,就不要使用EF了。
问题已经很明显。“Make sure the provider is registered in the 'entityFramework' section of the application config file”,就是让你看看在App.config文件中的。
【源文件中的内容如下】:
vs2010中怎么使用ef5.0