StephanP Posted November 23, 2017 Share Posted November 23, 2017 When saving (overwriting) an existing jpg file that resides in a OneDrive managed folder, I get the following error: Quote System.IO.IOException: Er is een ongeldige aanvraag voor een naam gedaan. De gevraagde naam kan momenteel niet worden verkregen. bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) bij System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost) bij PaintDotNet.IO.SaveTransaction.Commit() in D:\src\pdn\src\PaintDotNet\IO\SaveTransaction.cs:regel 146 bij PaintDotNet.Controls.DocumentWorkspace.<>c__DisplayClass250_0.<DoSave>b__2() in D:\src\pdn\src\PaintDotNet\Controls\DocumentWorkspace.cs:regel 2984 bij PaintDotNet.Functional.Func.Try(Action f) in D:\src\pdn\src\Base\Functional\Func.cs:regel 174 The first line would translate as follows: An invalid name request has been made. The requested name cannot be obtained at this time. "Save as" using a different file name works without problems. (Currently my workaround) Any ideas? Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 28, 2017 Share Posted November 28, 2017 It seems like OneDrive immediately replaces a deleted file with its backup copy. I may have to come up with a new solution for this. *grumble grumble* This really is Microsoft's bug. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.