Windows error 0x80030005, -2147287035

Detailed Error Information

STG_E_ACCESSDENIED[1]

MessageAccess Denied.
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 Code5 (0x0005)

Questions

5votes
1answer

`DoVerb(ovInplaceActivate)` crashes with various error messages when a document's data is extracted from TOleContainer

One customer experiences some strange behaviour with our software when working with Office documents via OLE. The code crashes when an instance of some derived TOleContainer class tries to activate the OLE object via DoVerb(ovInPlaceActivate) call. There are various error messages, including: * (0x80030002) %1 could not be found. * [...] read more
excel
delphi
excel-2010
ole
1vote
1answer

CustomAction DriverPackageInstall failing with 0x80030005

I am having WDF driver installing using WiX installer via custom action using API DriverPackageInstall. but its failing with error "0x80030005" STG_E_ACCESSDENIED. I am running as admin (assuming no priviledge issues) created test "c" console application that is able to install driver successfully. <InstallExecuteSequence> <Custom Action='UninstallDriver' After='InstallInitialize'> REMOVE~="ALL" OR REINSTALL</Custom> [...] read more
wix
1vote
1answer

Convert Specific BitmapImage Colour to Transparent

I'm currently recreating my Image Explorer application, formerly written in Windows Forms to the Windows Presentation Framework. My WinForms application was using the WindowsThumbnailProvider from @DanielPeñalba (See this link for the original version of the code) WinForms Version - Successfully converting 0 alpha, 0 red, 0 green and 0 blue [...] read more
c#
wpf
image
winforms
xaml
1vote
1answer

ArcObjects 10.2 Error Under Debug Mode of Visual Studio 2010

I get stuck with this ArcObjects 10.2.2 debug problem. My environment Win7 64 bit ArcGIS Desktop (ArcInfo) 10.2.2.3553 Visual Studio 2010 Pro Problem My application use IMapDocument interface of ESRI.ArcGIS.Carto to open MXD document. If the document has a raster Map Service layer(Map Service Type: Cached;File Format:PNG32), I will get [...] read more
c#
visual-studio-2010
arcgis
raster
arcobjects
0votes
0answers

Trying to parse a Word document, receiving COM exceptions

This is my code to read custom properties from a file. This works on all file types. but shows System.Runtime.InteropServices.COMException (0x80004005): on word document 2013 > Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL)) > System.Runtime.InteropServices.COMException on word document 2003 > (0x80030005): Access Denied. (Exception from HRESULT: 0x80030005 > (STG_E_ACCESSDENIED)) Also [...] read more
c#
custom-properties
dsofile
0votes
1answer

Access denied on setting property after clearing same property

I have been trying to edit the metadata of some audio files using Windows' IPropertyStore methods, and came across this strange problem. After setting an empty PROPVARIANT value to a property store's key via IPropertyStore::SetValue(), following attempts to set that key's value fail with a return value of 0x80030005, which [...] read more
c++
windows
com
windows-10
0votes
1answer

Lack of Permission in Interop.Outlook when sending Email

I have an asp.net application in C# running IIS 7 on Windows 7. An email is sent out when a certain event occurs, driven by the client user. The code is as below: I am using Outlook Interop instead of Exchange SMTP server since the smtpClient is being blocked by [...] read more
c#
asp.net
email
outlook
office-interop

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