BusinessRules.CheckRules() throwing 'Object reference not set to an instance of an object' #3365
Answered
by
Chicagoan2016
Chicagoan2016
asked this question in
Questions
-
We have a Csla 4.xx project. One of our parent objects (that has 'child'objects ) is throwing the above error in BusinessBase.DataPortal_Create() BusinessRules.RunRules(IEnumerable`1 rules, Boolean cascade, RuleContextModes
executionContext) line 739
BusinessRules.CheckRulesForProperty(IPropertyInfo property, Boolean cascade, RuleContextModes
executionContext) line 573
BusinessRules.CheckRules(IPropertyInfo property, RuleContextModes executionContext) line 522
BusinessRules.CheckRules() line 421
BusinessBase.DataPortal_Create() line 1313 Kind Regards |
Beta Was this translation helpful? Give feedback.
Answered by
Chicagoan2016
Jun 5, 2023
Replies: 1 comment 4 replies
-
That doesn't provide the actual exceeption though. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was an error in our business rules using Priorities, A business rule with lower priority was called which I thought shouldn't be the case. I am going to start another thread.