문제점 : Entity Framework dll에 대한 LINQPad 연결을 제대로 설정할 수 없습니다. 나는 내 C# 프로젝트의 DLL을 가리키는 설정 대화 상자에서 엔티티 프레임 워크 DbContext POCO 드라이버 LINQPad 쿼리 오류
- 나는 LINQPad (v4.42.01)를 다운로드는 적절한 발견 DbContext 클래스
Error: The type initializer for 'System.Data.Entity.Internal.AppConfig' thre an exception. An error occurred creating the configuration section handler for entityFramework: Could not load file or assembly 'EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' on one of its dependencies. The system cannot find the file specified. (C:\Code\NET\FTI_Opp_Model\App.Config line 5)
[A]System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection cannot be cast to [B]System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection. Type A originates from 'EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'Default' at location 'C:\MarkSisson\LinqPad\EntityFramework.dll'. Type B originates from 'EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'LoadFrom' at location 'C:\Users\msisson\AppData\Local\Temp\LINQPad\vlnebssu\shadow_ujjvzp\EntityFramework.dll'.
: 내부 예외 메시지와 함께
The type initializer for 'System.Data.Entity.Internal.AppConfig' threw an exception.
: 바로 내 차주 개체를 클릭하고 "Borrower.Take (100)"를 선택하면
는하지만 LINQPad에서이 오류가 발생 어떤 아이디어?
감사합니다. @Joe, 그랬습니다! 그리고 세계에 LINQPad를 주셔서 감사합니다 !!! – sisdog
위대한 일을 .... –