Method not found : Void System.Data.Objects.ObjectContextOptions.set_UseConsistentNullReference...

        Method not found :Void System.Data.Objects.ObjectContextOptions.set_UseConsistentNullReferenceBehavior(Boolean)

        或找不到方法:“Void System.Data.Objects.ObjectContextOptions.set_UseConsistentNullReferenceBehavior(Boolean)”。

        出现该问题的原因是因为项目所引用的Entity Framework.dll的版本不对,C:\Program Files\Microsoft Web Tools\Packages\EntityFramework.5.0.0\lib ,里面有net40和net45两个版本,系统会默认选择net45引用(我的VS2012安装在C盘,因此EntityFramework.dll的地方在以上目录),因此这里我们需要修改引用地址,使其版本正确就可以了。)


        详细的方法请参照:http://blog.csdn.net/sweetburden2011/article/details/39934015





你可能感兴趣的:(Method not found : Void System.Data.Objects.ObjectContextOptions.set_UseConsistentNullReference...)