xml ファイルを逆シリアル化する .net 4.5 wpf アプリケーションを作成しました。不思議なことに、デプロイされたワークステーションの 1 つで、次の結果が得られました。
System.IO.IOException: The volume does not contain a recognized file system.
Please make sure that all required file system drivers are loaded and that the volume is not corrupted.
これは、ReadToEnd を指定した StreamReader を使用してファイルの読み込みが完了すると読み込まれる設定ファイルであるためです。
なぜこれが起こっているのでしょうか?OSがこれを開始し、hddが破損していると考えている可能性はありますか?