I am using NAudio to merge a few mp3 files together for a Windows Azure product. It works fine in the dev environment but once i upload it to Azure, I get the "No Drive Calling acmFormatSuggest" error.
Here's the list of things I have done so far on the Windows Azure Box, trying to fix the issue.
(i) Enabled Windows Audio Service (ii) Installed the Fraunhofer IIS MPEG Layer-3 ACM Codec that is supported by Windows Media Player. (iii) Installed the Lame Mp3 Codec (iv) Installed the K-Lite Codec
The process itself is a worker process and is running under full trust. The code itself reads the mp3 files from the blob, merges it together using a local file and restores it in the blob.
Any ideas or suggestions will be greatly helpful.