question

satishmaddili-7143 avatar image
0 Votes"
satishmaddili-7143 asked LeonLu-MSFT commented

Error XFC0009 No property, BindableProperty, or event found for "iOS", or mismatching type between value and property

while upgrading xamarin forms 2.5.0 to xamarin forms 5.0 i getting this error

dotnet-xamarin
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Do you have BindableProperty like private static readonly BindableProperty AttachBehaviorProperty = BindableProperty.CreateAttached ("AttachBehavior", typeof(bool), typeof(NumericValidationBehavior), false, propertyChanged: OnAttachBehaviorChanged); code? If so, please check the BindableProperty is private or public, if it is private, please set it as public. Please see this similar thread. https://social.msdn.microsoft.com/Forums/en-US/46dc21f8-6781-42c1-a4f7-ce404b793a3c/no-property-bindable-property-or-event-found-for-propertyname-or-mismatching-type-between-value?forum=xamarinforms

0 Votes 0 ·

0 Answers