Xamarin Forms.Xaml.XamlParseException

前端 未结 5 1403
长发绾君心
长发绾君心 2021-01-26 00:30

I am creating a xamarin behaviour to validate an email id, therefore I created the behaviour file and tried to localise it in XAML file but I get the below error

5条回答
  •  北恋
    北恋 (楼主)
    2021-01-26 01:09

    Please Make sure that the assembly name in XAML is correct. it should be like this xmlns:local="clr-namespace:ProjectNamspace.Validation;assembly=ProjectNamspace.Validation"

提交回复
热议问题