This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] Type xct:EventToCommandBehavior not found in xmlns http://xamarin.com/schemas/2020/toolkit #1974
Labels
bug
Something isn't working. Breaky break.
Hello, I am getting the following exception
InnerException {Xamarin.Forms.Xaml.XamlParseException: Position 157:14. Type xct:EventToCommandBehavior not found in xmlns http://xamarin.com/schemas/2020/toolkit at Xamarin.Forms.Xaml.CreateValuesVisitor.Visit (Xamarin.Forms.Xaml.ElementNode node, Xamarin.Forms.Xaml.INode …} Xamarin.Forms.Xaml.XamlParseException
<ContentPage.Behaviors> <xct:EventToCommandBehavior EventName="Appearing" Command="{Binding PageAppearingCommand}" /> </ContentPage.Behaviors>
above code is what gives the error if i remove this then there is no error
Here is the full code:
`
`
Version
xamrin forms = 5.0.0.2401
.net 7
Xamarin.CommunityToolkit = 2.0.2
The text was updated successfully, but these errors were encountered: