Hello, I have a web application using NAudio that works great on my development machine (Windows XP, IIS 5.1), but when I put it on the server (Windows 2003 Server 32-bit, IIS 6), I get the following error:
NoDriver calling waveInOpen Exception Details: NAudio.MmException: NoDriver calling waveInOpen [MmException: NoDriver calling waveInOpen NAudio.MmException.Try(MmResult result, String function) in C:\Documents and Settings\ploeb\Desktop\ISM Project\Source Code\ISM\NAudio\Wave\MmeInterop\MmException.cs:39 NAudio.Wave.WaveIn.OpenWaveInDevice() in C:\Documents and Settings\ploeb\Desktop\ISM Project\Source Code\ISM\NAudio\Wave\MmeInterop\WaveIn.cs:148 NAudio.Wave.WaveIn.StartRecording() in C:\Documents and Settings\ploeb\Desktop\ISM Project\Source Code\ISM\NAudio\Wave\MmeInterop\WaveIn.cs:157
Can you please help??
Thanks, Paul