Xamarin Forms.Xaml.XamlParseException

前端 未结 5 1452
长发绾君心
长发绾君心 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:18

    I feel your XAML is clean. Looks error free. I think the problem is with the EmailBhvrclass in Validation. I suggest you to verify it. Make sure that the assembly name in XAML is also correct. XamlParseException can also occur with the incorrect assembly name..

提交回复
热议问题