XamarinAudioManager icon indicating copy to clipboard operation
XamarinAudioManager copied to clipboard

[UWP] Error starting

Open jefersonkallynsr opened this issue 8 years ago • 5 comments

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.

jefersonkallynsr avatar Jan 29 '17 14:01 jefersonkallynsr

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

rsuk avatar Feb 05 '17 22:02 rsuk

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

pupauoga avatar Feb 14 '17 08:02 pupauoga

Same problem here.

JoseGeraldino avatar Mar 04 '17 21:03 JoseGeraldino

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.

Flying--Dutchman avatar Apr 12 '17 13:04 Flying--Dutchman

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

haison8x avatar May 18 '17 13:05 haison8x