nugetの新しい .NETEventSource
APIを使用しています。アプリケーションをビルドし、.NET を使用してマニフェストとリソース DLL をインストールしましたwevtutil.exe
。イベント ログ エントリをイベント ビューアで表示すると、次のテキストが含まれます。
The description for Event ID 1 from source XXXX 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.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
the message resource is present but the message is not found in the string/message table
メッセージの最後の部分は特に注目に値するようです。「メッセージ リソースは存在しますが、文字列/メッセージ テーブルにメッセージが見つかりません。」
リソース DLL が機能しないのはなぜですか?