摘要:
1、DAL层 using Night.Models; using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure; using System.Linq; using System.Li 阅读全文
摘要:
1、EF 5.0解决方法 先卸载EF:Uninstall-Package EntityFramework -Force 在安装EF5.0:Install-Package EntityFramework –Version 5.0.0 2、EF 6.0 解决方法 要多一个Entity。 我用的是6.0 阅读全文