Unhandled exception. System.IO.IOException: The process cannot access the file 'C:\Program Files\1cv8\srvinfo\reg_1541\1CV8Clst.lst' because it is being used by another process.
at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader.ValidateArgsAndOpenPath(String path, Encoding encoding, Int32 bufferSize)
at System.IO.File.InternalReadAllText(String path, Encoding encoding)
at OneSTools.EventLog.Exporter.Manager.ClstWatcher.ReadInfoBases()
at OneSTools.EventLog.Exporter.Manager.ClstWatcher.ReadInfoBasesAndRaiseEvents()
at OneSTools.EventLog.Exporter.Manager.ClstWatcher.ClstWatcher_Changed(Object sender, FileSystemEventArgs e)
at System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(WatcherChangeTypes changeType, ReadOnlySpan`1 name)
at System.IO.FileSystemWatcher.ParseEventBufferAndNotifyForEach(Byte[] buffer, UInt32 numBytes)
at System.IO.FileSystemWatcher.ReadDirectoryChangesCallback(UInt32 errorCode, UInt32 numBytes, AsyncReadState state)
at System.IO.FileSystemWatcher.<>c.<StartRaisingEvents>b__83_0(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* overlappedPointer)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pNativeOverlapped)
я так понимаю, менеджер хочет прочитать файл со списком баз, а в этот момент 1с что-то туда монопольно делает.
Менеджер может рухнуть со следующей ошибкой
я так понимаю, менеджер хочет прочитать файл со списком баз, а в этот момент 1с что-то туда монопольно делает.