tcristy Posted February 22, 2011 Share Posted February 22, 2011 Previous versions, I had no problem saving images opened from a SharePoint site. With 3.5.7 I get an IO error every time. I can "save as" them to my local HD then re-upload to SharePoint, but that is a pain... Exception details: System.IO.IOException: The parameter is incorrect. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.Delete(String path) at PaintDotNet.SaveTransaction.Rollback() in D:\src\pdn\pdn_35x\src\PaintDotNet\SaveTransaction.cs:line 168 at PaintDotNet.SaveTransaction.Dispose(Boolean disposing) in D:\src\pdn\pdn_35x\src\PaintDotNet\SaveTransaction.cs:line 233 at PaintDotNet.SaveTransaction.Finalize() in D:\src\pdn\pdn_35x\src\PaintDotNet\SaveTransaction.cs:line 218 Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted February 22, 2011 Share Posted February 22, 2011 Do you not have permissions on the SharePoint site to delete your own files? 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...
tcristy Posted February 22, 2011 Author Share Posted February 22, 2011 (edited) I do...Im the administrator...Version control, required checkout, and content management are all disabled for this library. Edited February 22, 2011 by tcristy Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted February 22, 2011 Share Posted February 22, 2011 Is it blocking certain files by their extension? The save transaction uses temporary files with extensions such as .~saveTmp and .~saveBak 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...
tcristy Posted February 22, 2011 Author Share Posted February 22, 2011 I will have to check with the server admin. Those are not on the default block list, but its possible they chose to block anything with a tilde in it. http://technet.microsoft.com/en-us/library/cc262496.aspx Quote Link to comment Share on other sites More sharing options...
tcristy Posted February 22, 2011 Author Share Posted February 22, 2011 The tilde is an illegal character in SharePoint filenames. The following characters are unsupported / illegal in SharePoint document libraries: & " : * ? <> # {} % ~ / \ Tab Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted February 22, 2011 Share Posted February 22, 2011 Are underscores okay? 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...
tcristy Posted February 22, 2011 Author Share Posted February 22, 2011 Far as I know. I can check when I get back to work in the morning. Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted February 23, 2011 Share Posted February 23, 2011 Try replacing the installed copy of PaintDotNet.exe (usually in c:\Program Files\Paint.NET) with the one in this ZIP file: http://www.getpaint.net/files/zip/test/PaintDotNet.exe.3.57.4070.40162.zip 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...
tcristy Posted February 23, 2011 Author Share Posted February 23, 2011 Works perfectly. Thanks! Quote 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.