I am trying to replace EF5 with EF6 A lot of my code is giving type reference errors, Should I replace System.Data.Objects with System.Data.Entity.Core.Objects in my refere
One more change if you use DbGeography:
System.Data.Objects => System.Data.Entity.Core.Objects System.Data.EntityState => System.Data.Entity.EntityState System.Data.Spatial.DbGeography => System.Data.Entity.Spatial.DbGeography