microsoft / XamlBehaviors

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

managed universal app tries to load Microsoft.Xaml.Interactivity.winmd - and fails #160

Open mediabuff opened 5 years ago

mediabuff commented 5 years ago

Hi, I added the managed package to c# Windows 10 app. The app fails to load - as it tries to Microsoft.Xaml.Interactivity.winmd. Any idea why this is happening ? Should I be using the native package in a managed c# app ?

mediabuff commented 5 years ago

Now, I removed the managed the pacakage and added the native package. I get different error - unable to load Microsoft.Xaml.Interactions.Core.IncrementalUpdateBehavior.IncrementalUpdater.

This class is declared private in c# and internal in the native library.