Everything was working quite fine ;-)
I'm developing several windows store apps. These apps contain mediaelements in order to play several sounds (MP3 files).
Because for several reasons I had to reinstall my machine with Windows 8. I also reinstalled VS 2012 and added VS 2012 Update 1. Same Configuration like I had before. When I now open a Windows store app project and try to rund it from VS 2012 - it works perfectly - except it doesn't play any sound at all. No difference if I build as debug or release. No difference if run in the simulator or on the local machine.
Other apps, that are installed on the machine play sound without any problems. Mediaplayer works fine and system sound are also fine. When I start my project from VS on a remote machine (surface) then sound works fine as well ;-(
So it seem to be something with my local machine... I don't get any error message during runtime or buid. In the debugger it looks like sound is playing - but I don't hear anything...
Is there any Switch in VS that I've forgotton or overseen?
Again the Project works fine when deployed to a remote machine - it only fails to play any sounds when started from VS..
All hints or ideas welcome! I aready installed the machine from scratch - no changes - just silence in apps started from withing VS...
Stefan