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 wanted to finally update my MahApps.Metro with the NuGet Manager for my Project. In one WPF Window I use the FlipView Control and when I update Metro I always end up with an NullPointer Exception in the FlipView class, Method: FlipViewLoaded
It does not matter if I update to version 0.14 or 1.0.0 or 1.5.0 - it always crashes.
When I exclude the FlipView it starts but every window I call with .ShowDialog() does not show up.
Did anyone experienced the same?
I use Visual Studio 2013 and got it through the NuGet Manager.