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
Hello, I try to use your very promising Nuget library in order to play music from websites, and retrieve music information of current playing song.
I have created a XAML/WPF .NET 7.0 project in Visual Studio, and added the Plugin.MediaManager .v.1.2.2, but I get an exception at CrossMediaManager.Current.Init() in my code, with the following error message:
'This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.'
What am I doing wrong/missing?
Many thanks in advance
Per
Sweden
The text was updated successfully, but these errors were encountered:
Hello, I try to use your very promising Nuget library in order to play music from websites, and retrieve music information of current playing song.
I have created a XAML/WPF .NET 7.0 project in Visual Studio, and added the Plugin.MediaManager .v.1.2.2, but I get an exception at CrossMediaManager.Current.Init() in my code, with the following error message:
'This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.'
What am I doing wrong/missing?
Many thanks in advance
Per
Sweden
The text was updated successfully, but these errors were encountered: