radiolondra/AvaVLCWindow

Gives Avalonia.Styling.dll not found error

Closed this issue · 1 comments

I'm working on Cross Platform Project for my client. I can use both Avalonia and your LibVlcSharp with Avalonia's 0.10.18 but only with desktop platforms project.
But whenever I try to use it using Avalonia.Xplat template, it works fine everywhere (windows, mac, android, iOS) until I press a button to play something using VideoView.
It's gives me Avalonia.Styling not found error.
"Avalonia.Styling, Version=0.10.7.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b"
Only when it tries to initialize VideoView, I mean I made a simple WebClient based download manager which itself works fine but only gives error when I try to play the same video that I'm downloading.

Error is nowhere to be found in Avalonia 11.0.0Preview 5, so no need to keep it opened ;)