非同期のWCFサービス呼び出しを利用するWindowsサービスを作成しました。テストの結果、サービスのメソッドは完全に実行されているようですが、Windowsサービス自体へのコールバックが処理されていません。
ロギングを読んだときに、非同期サービス呼び出しが返されるはずの次のエントリに出くわしました。
The description for Event ID 0 from source gupdate cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
これは、サービスが実行されているアカウントに関連している可能性がありますか、またはこれが発生している別の理由がある可能性がありますか?これはNetworkServiceの下にあります。