Forums Bugs & issues BUG: 260 character max limit error message Reply To: BUG: 260 character max limit error message

#13292 Reply

Mark

I am having the same issue and I just downloaded the latest build today: version 2.1.1573.0

Here is the entry from the Error Report Snapshot (with filename/path removed):

———– Exception at 2019-02-22 22:26:07Z ———–
*:\*******.axx
Axantum.AxCrypt.Core.Runtime.FileOperationException: Can’t create DataStore. —> System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
at System.IO.PathHelper.GetFullPathName()
at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.FileInfo.Init(String fileName, Boolean checkHost)
at Axantum.AxCrypt.Mono.DataStore..ctor(String path)
— End of inner exception stack trace —
at Axantum.AxCrypt.Mono.DataStore..ctor(String path)
at Axantum.AxCrypt.Mono.RuntimeEnvironment.<>c.<RegisterTypeFactories>b__0_8(String path)
at Axantum.AxCrypt.Abstractions.TypeResolve.CreateInternal[TArgument,TResult](TArgument argument)
at Axantum.AxCrypt.Core.UI.FileOperationsController.EncryptFilePreparationAsync(IDataStore sourceFileInfo)
at Axantum.AxCrypt.Core.UI.FileOperationsController.<RunSequentiallyAsync>d__73.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Axantum.AxCrypt.Core.UI.FileOperationsController.<DoFileAsync>d__72.MoveNext()