I have an Excel file which has a charts, these charts represent data in columns, in my program I change these data in columns and chart changes also, after that I export these charts in .png files, but there I met an exception HRESULT: 0x80030020 (STG_E_SHAREVIOLATION) using System; using System.Collections.Generic; [...] read more
I'm trying to save a Outlook.MailItem to a folder using: MailItem.SaveAs(path, Outlook.OlSaveAsType.olMSG) This works fine most of the time. However, when there's about 20 emails hitting Outlook at once, for a few of the I get the following exception: System.Runtime.InteropServices.COMException (0x80030020): The operation failed. at Microsoft.Office.Interop.Outlook._MailItem.SaveAs(String Path, Object Type) I [...] read more
I am trying to use DSOFile on a 64-bit system to obtain Office metadata properties from Office files without having to have Office installed on the system. I registered the 64-bit version of it I've obtained online, and it works the first time I run it. It crashes the PS [...] read more