jcphlux / XamarinAudioManager

Cross platform Audio Manager for Xamarin
MIT License
36 stars 6 forks source link

[UWP] Error starting #8

Open jefersonkallynsr opened 7 years ago

jefersonkallynsr commented 7 years ago

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.

rsuk commented 7 years ago

I've been hit by this same problem too - works great in Android and iOS but same FileNotFoundException as above when starting UWP app.

pupauoga commented 7 years ago

Same problem here. I get problem on UWP and some times on iOS too..

JoseGeraldino commented 7 years ago

Same problem here.

Flying--Dutchman commented 7 years ago

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.

haison8x commented 7 years ago

Workaround: Copy AudioManager.dll to bin\x86\Debug\AppX