I have a new ASP.NET MVC 5 project and am trying to query the first code database through IdentityDbContext.
If I request a specific DbSet and insert a breakpoint, trying to read the contents of IEnumerable will cause VS 2013 to tell me that children cannot be evaluated.
I did not have this problem in EF5 / MVC 4.
Has something changed to make evaluating IQueryables and the like impossible in the debugger in EF6?
thanks
linq asp.net-mvc entity-framework
Sergio
source share