I'm facing with following error:
Severity Code Description Project File Line Suppression State
Error ClassDoesNotContainMethod: Class '__Persister__' does not contain a definition for method 'isAnyFieldSet_DS9' and no extension method 'isAnyFieldSet_DS9' accepting a first argument of type '__Persister__' is found on any extension class. dynamics://Class/__Persister__/Method/mapToDataSource_DS9 121
It is not meaningful and it does not ever refers to correct object. But it relates to data entity. And appears only if I change join type of one of my data sources to OuterJoin. It works correctly with InnerJoin.
Does anyone have a clue what does this mean and how can I get more information about this error, for example it refers to line 121, where can I see this line?