每当我尝试从TFS中的分支解决方案运行ASP.NET Web应用程序时,我都会收到以下错误。我没有收到任何编译错误。
我的应用程序在TFS中有3个分支,所有这些分支都抛出相同的问题。
以下是环境信息: 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>
有没有人遇到这个例外?你对这个问题有什么解决方案吗?