Hello dear devs. I am trying to implement VLC in my WPF application. I've installed the follow nugets : LibVLCSharp LibVLCSharp.WPF VideoLAN.LibVLC.Windows .. in the XAML: <uc:VideoView Grid.Row="7" Grid.Column="2" Grid.ColumnSpan="2" x:Name="VideoView" /> ......