2
When performing the query with recursion an Exception is occurring:
Equipe.RelatorioRH.Single(x => x.IdRodada == IdRodada)
'Entityframeworkdynamicproxies-Model' metadata is invalid. If you are debugging a mini-dump, you can fix the problem by collecting a new mini-dump with heap and evaluating the expression again. Model.Reportariorh
Would anyone know what this is about? How to solve this?
Thank you for the reply. I described below as a response the solution I found. Unfortunately the feedback the IDE gave describing the error confused the interpretation of the problem.
– Accorsi