具有不变名称' System.Data.SqlClient'的ADO.NET提供程序的应用程序配置文件无法加载

时间:2015-04-10 17:25:34

标签: asp.net visual-studio-2012 iis-7.5 entity-framework-6

每当我尝试从TFS中的分支解决方案运行ASP.NET Web应用程序时,我都会收到以下错误。我没有收到任何编译错误。

我的应用程序在TFS中有3个分支,所有这些分支都抛出相同的问题。

enter image description here

以下是环境信息: Visual Studio 2012,ASP.NET Web应用程序,实体框架6和IIS 7.5

的Web.Config

 <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>

有没有人遇到这个例外?你对这个问题有什么解决方案吗?

0 个答案:

没有答案