この wav ファイルを Windows Phone 7 で再生すると、エラーが発生します。
var stream = TitleContainer.OpenStream("TestSound.WAV");
var effect = SoundEffect.FromStream(stream);
FrameworkDispatcher.Update();
effect.Play();
そして、コードの2行目でこの例外を取得しています。
Ensure that the specified stream contains valid PCM mono or stereo wave data.