studio 2012をインストールした後、フレームワーク4.0を対象とするアプリケーションを構築します。エラーが発生しました:
Type 'System.Threading.Tasks.Task' cannot be serialized.
Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with ....
svcutilを使用してサービス参照を再生成しました。すべての非同期のものが参照から除外されるように指定する方法はありますか?
?