Hi,
I created a 'Mobile App (Xamarin.Forms)' project to use the Bass library. And I am referencing the 'Bass.Net.Android.dll' library in the Android project area (not the parent area).
The good news is that my class file lets me access all the methods from the Bass library.
However, when I run it I get this error at line 2 of my code: "System.DllNotFoundException: 'bass assembly:<unknown assembly> type:<unknown type> member:(null)'"
line 1: BassNet.Registration("***", "***"); <-- Good.
line 2: Bass.BASS_GetVersion(); <-- Error happens here.
I was hoping to find a Xamarin.Forms example online just to see if I am setting up my project correctly, but I cannot locate one.
So, are there further requirements aside from referencing the 'Bass.Net.Android.dll' library?
What is very curious, is that all the code I wrote i.e.(to stream Shoutcast, play MP3s, etc.) shows no error referencing the DLL methods, as they are all present.
But. I cannot get past that first step. Any ideas?
Thanks,
Anthony