XAML Data Binding Error - Object reference not set to an instance of an object. #25819
Labels
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Description
When trying to bind a label's text to a back end property that has a complex model I am getting this error:
"Object reference not set to an instance of an object."
An example of this can be found in the reproduction repo for the label:
Here is the data model:
Steps to Reproduce
Link to the reproduction link below
Link to public reproduction project repository
https://github.com/kycuff/TestApp.git
Version with bug
8.0.40 SR5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 13
Did you find any workaround?
Create a new field within the code behind file to retrieve UsersData.InstalmentPlans.InstalmentPlan[0].FinancialYear and bind that to the label
Relevant log output
The text was updated successfully, but these errors were encountered: