You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the NuGet package and added the CardStackView to the default Xamarin.Forms App template under ItemsPage.xaml with the following piece of XAML
I'm really unsure how to go about debugging this. Is it something I'm doing wrong? It seems, from the exception name, like the code is confused about which of two different objects it should be accessing...
The text was updated successfully, but these errors were encountered:
I have installed the NuGet package and added the CardStackView to the default Xamarin.Forms App template under
ItemsPage.xaml
with the following piece of XAMLWhen I run the app, however, I get an Ambiguous Match Exception in the generated code
ItemsPage.xaml.g.cs
on the following line:CardStackView = global::Xamarin.Forms.NameScopeExtensions.FindByName<global::SwipeCards.Controls.CardStackView>(this, "CardStackView");
I'm really unsure how to go about debugging this. Is it something I'm doing wrong? It seems, from the exception name, like the code is confused about which of two different objects it should be accessing...
The text was updated successfully, but these errors were encountered: