Hello everyone, we are using version of the library AlphaFS 2.2.5 and we are facing this exception. Is there any fix for this bug? Or can someone describes, how they solved this bug?
According on the StackTrace, it seems like the bug is inside Alphaleonis.Win32.Filesystem.Directory.ExistsDriveOrFolderOrFile function.
Thank you
Type:
Alphaleonis.Win32.Filesystem.DeviceNotReadyException
Message:
(21) The device is not ready: [PATH]
Data:
HResult=80070015 -2147024875 [2147942421]
ErrorCode=00000015 21 [ERROR_NOT_READY]
StackTrace:
at Alphaleonis.Win32.Filesystem.Directory.ExistsDriveOrFolderOrFile(KernelTransaction transaction, String path, Boolean isFolder, Int32 lastError, Boolean throwIfDriveNotExists, Boolean throwIfFolderOrFileNotExists)
at Alphaleonis.Win32.Filesystem.FindFileSystemEntryInfo.FindFirstFile(String pathLp, WIN32_FIND_DATA& win32FindData, Boolean suppressException)
at Alphaleonis.Win32.Filesystem.FindFileSystemEntryInfo.d__88`1.MoveNext()