Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. * [Exception]
  2. * Object reference not set to an instance of an object.
  3. * at System.Data.Entity.Core.Objects.EntityEntry.DetectChangesInProperty(Int32 ordinal, Boolean detectOnlyComplexProperties, Boolean detectOnly)
  4. at System.Data.Entity.Core.Objects.EntityEntry.DetectChangesInProperties(Boolean detectOnlyComplexProperties)
  5. at System.Data.Entity.Core.Objects.ObjectStateManager.DetectChangesInScalarAndComplexProperties(IList`1 entries)
  6. at System.Data.Entity.Core.Objects.ObjectStateManager.DetectChanges()
  7. at System.Data.Entity.Core.Objects.ObjectContext.DetectChanges()
  8. at System.Data.Entity.Internal.InternalContext.DetectChanges(Boolean force)
  9. at System.Data.Entity.Internal.InternalContext.GetStateEntries(Func`2 predicate)
  10. at System.Data.Entity.Internal.InternalContext.GetStateEntries()
  11. at System.Data.Entity.Infrastructure.DbChangeTracker.Entries()
  12. at WeekPlan.Core.ActionService.AddOrUpdateActions(List`1 actions, Logger logger, Int64 currentUserId) in d:temp42vwr5c3.r11inputAymericG-weekplan-aa409c5d188fWiseLabs.WeekPlanServicesActionService.cs:line 2042
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement