0
一部のクライアントコンピュータではWindows XPが原因で、.NET Framework 4.0でWPFでデスクトップアプリケーションを開発しています。Windows XPでMicrosoft.Bcl.Asyncが動作しない
.NET 4.0ではasync/awaitが必要なので、Microsoft.Bcl.Async(最新のNuGetリリース)への参照を追加しました。 Windows XPで起動したときはいつでも、私は非同期/待つキーワードを使用するには、プログラムは、(7+ Windowsで動作します)以下の例外でクラッシュ:
Could not load file or assembly 'System.Core, Version=2.0.5.0,
Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or
one of its dependencies. The given assembly name or codebase was
invalid. (Exception from HRESULT: 0x80131047)
ありがとうございます。あなたは私の仕事の時間を節約しました! – Fazi