The member “Contacts” is not recognized or is not accessible.
The property ‘Contacts’ was not found in type ‘ContactControl’.
The property ‘Contact’ does not exist in XML namespace ‘clr-namespace:DesktopcontactsApp.Controls’.
Source: Property naming was mismatched.
How to solve:
- The namespace is correct.
- The property and registered name match.
- Property should be public.