while upgrading xamarin forms 2.5.0 to xamarin forms 5.0 i getting this error
while upgrading xamarin forms 2.5.0 to xamarin forms 5.0 i getting this error
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
8 people are following this question.