Windows error 0x80030020, -2147287008

Detailed Error Information

STG_E_SHAREVIOLATION[1]

MessageA share violation has occurred.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode3 (0x003)
NameFACILITY_STORAGE[2][1]
DescriptionThe source of the error code is OLE Storage.[2][1]
Error Code32 (0x0020)

Questions

2votes
2answers

Exporting excel chart as image

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
c#
excel
charts
export
0votes
1answer

System.Runtime.InteropServices.COMException (0x80030020): The operation failed

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
c#
office-interop
0votes
1answer

Powershell ShareViolation Error when using DSOFile

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
powershell
dsofile

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0