I get this error report. I’m using Window 11 with long file path enabled. And also just started using Windows Defender.
Error:
Unhandled Exception: System.IO.FileNotFoundException: Could not find file ‘C:\Users\story\Documents\1 WRITING PROJECTS\1 LEMONS\1 THE BEACH BAR plottr\COMPILES\msword test.docx’.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at Aspose.Words.Document.(Stream , String , SaveOptions )
at ScrivenerFileConverter.Program.Main(String args)