microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
692 stars 110 forks source link

Cannot load Assembly 'Microsoft.Xaml.Interactivity' #216

Open dongle-the-gadget opened 3 years ago

dongle-the-gadget commented 3 years ago

"Cannot load Assembly 'Microsoft.Xaml.Interactivity'. File does not exist." That is what I've received when trying to use XAML Island, WinUI and Microsoft.Xaml.Behaviors.UWP.Managed. It crashes right on startup.

michael-hawker commented 3 years ago

FYI @azchohfi, we're also I think seeing that ICommand may not load by default for .NET Native? i.e. if Binding is used over x:Bind.

azchohfi commented 3 years ago

Is this WinUI2 or WinUI3?