我创建一个测试项目来测试我的查询,每件事都没问题,除非我尝试测试使用实体连接的方法,我得到以下异常:
The specified named connection is either not found in the configuration,not intended to be used with the EntityClient provider,or not valid.
我的启动项目TestQuery项目中的app.config中的连接字符串是:
<connectionStrings> <add name="DataLayer.Context" connectionString="Data Source=.;Initial Catalog=TestQ;Integrated Security=True" providerName="System.Data.sqlClient"/> </connectionStrings>
使用linq to entity的所有方法都可以正常工作并带来除此之外的数据?