내 자신의 Visual Studio를 사용하여 내 컴퓨터에 Visual Studio 2013 응용 프로그램을 만들었습니다. 신청서는 시험 단계에 있으며 제 직업에 보내야합니다. 문제가 있습니다. .exe를 시작한 이유는 무엇입니까?이 응용 프로그램을 실행하려면 먼저 .NET Framework의 다음 버전 중 하나를 설치해야합니다. .NETFramework, Version = v4.5호환성 Entity Framework down/net framework 4.5 - 3.5
프레임 워크는 문제가되지 않지만 내가 일하는 기업은 그것을 업데이트하지 않을 것입니다. 3.5 SP1에 Thay 스탠드.
나는 (내 생각), 데이터 그리드 ( Retromigration 4.5 to 3.5 .net framework for c# application)에 대해 처음으로 문제를 해결하는 데 성공했지만 지금은 더 많거나 적은 모두 같은 것은, 엔티티 프레임 워크에 대한 경고 및 오류, 많이 있습니다.
이 그들 중 3 :
Warning 56 The primary reference "EntityFramework" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "3.5.0.0" in the current target framework. WpfApplication3
Warning 71 The primary reference "EntityFramework" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework. WpfApplication3
Warning 40 The primary reference "EntityFramework" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework. WpfApplication3
등 등 등
이미 3.5에 존재하는 엔티티 프레임 워크를 알고, 그래서 어떻게 다시 작업하기 위해 무엇을 할 수 있는가?미리 도움 주셔서 감사합니다.