본문 바로가기

BackEnd/ASP.NET MVC

Entity Framwork에서 자동생성 후 오류날때

using System;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
using System.Data.Entity.Core.Objects;
using System.Linq;

 

 

 

 

 

엔티티가 자동으로 생성했는데 오류가 날 시에는
using 전부를 이거로 교체.