In my App i when debuging a have this exception: {"Operation could destabilize the runtime."} in the foreach loop:
foreach (var item in Model)
when i hover the model in debugmode the first time i says :
ResultView=>Expending the result view will enumarate the enumarable
base=>Operation Could not destabilize the runtime.
after hovering a couple more times, a get the ResultView shows my data. thats when i, in debugmode...
when i run my app without debugin it a overing over the Mode it throws this exception
what does this mean??
UPDATE The model is IQueryable by it still doesnt work, only when i'm i debug mode