Windows サービスをインストールすると、サービスを再起動しようとするとこのエラーが発生します。log4net が何らかの問題を引き起こしていると思われます。log4net ログ ファイルが引き続き追加できることを確認しました。ターゲット マシン上のインストーラーのファイル システムのセットアップに従って、他のディレクトリが存在します。
Application: SPIDFileWatcher.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.DirectoryNotFoundException
Stack:
at System.IO.__Error.WinIOError(Int32, System.String)
at System.IO.FileSystemEnumerableIterator`1[[System.__Canon, mscorlib, Version=4.0.0.0,Culture=neutral, PublicKeyToken=b77a5c561934e089]].CommonInit()
at System.IO.FileSystemEnumerableIterator`1[[System.__Canon, mscorlib, Version=4.0.0.0,Culture=neutral, PublicKeyToken=b77a5c561934e089]]..ctor(System.String, System.String, System.String, System.IO.SearchOption, System.IO.SearchResultHandler`1<System.__Canon>)
at System.IO.Directory.EnumerateFiles(System.String, System.String, System.IO.SearchOption)
at FileWatchingService.FileWatcher..ctor()
at FileWatchingService.WatchService.OnStart(System.String[])
at FileWatchingService.WatchService.OnDebug()
at FileWatchingService.Program.Main()
どうすればこれを修正できますか?