Hi,
I chose to respond to this subject as I get almost the same error:
Cannot locate ContentClass with id 1607 in Combined definition of Native type.
The line causing the problem looks like this:
var modules = currentContent.Get(false, false);
currentContent = NodeRelationsPropertyValue<T>
In this case, currentContent does not have any modules, but it seems like it is still looking for a content class it cannot find. We have had similar problems before. Therefore we tried using .Get(false, false) instead of .Get(), as we suspect the missing node may be deleted/unpublished, but this does not seem to work.
We have tried running the "Ensure"-jobs in /waf/setup without any change.
We have also tried running the "Delete unreferenced records" in /edit, but this causes the same error as when trying to run the site:
Cannot locate ContentClass with id 1607 in Combined definition of Native type.
This contentClass does not appear when searching in Relatude. My wastebin is also empty.
Do you have any idea how to fix this other than replacing my local database?