XamarinAudioManager
XamarinAudioManager copied to clipboard
[UWP] Error starting
Soon after starting the UWP application, the following error occurs:
Could not load file or assembly 'AudioManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I performed everything according to the documentation, but only in UWP does not work.
I've been hit by this same problem too - works great in Android and iOS but same FileNotFoundException as above when starting UWP app.
Same problem here. I get problem on UWP and some times on iOS too..
Same problem here.
Problem still occurs. The AudioManager DLL is not delivered.
Quick and Dirty workaround: Download the source, compile the UWP project, copy the DLL's and reference them in your target App.
Workaround: Copy AudioManager.dll to bin\x86\Debug\AppX