I am adjusting a prefetch path and now see the following error.
The prefetch path element at index 0 in the passed in prefetch path for root entity type 64 is meant for root entity type 2 which isn't a subtype of 64
This is not helping me out much in figuring out the problem. The adapter.FetchEntity method that is executing this works in one place, but not in this case for some reason. Is there some way of debugging this that I don't know about? I also wonder if we could get the entity names in this error instead of their index or type number so we know more about what's happening?