Windows error 0x80040005, -2147221499

Detailed Error Information

OLE_E_NOTRUNNING[1]

MessageNeed to run the object to perform this operation
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code5 (0x0005)

Questions

3votes
2answers

COM Exception 0x8004005

I have a C# web service that is calling COM objects to access a FileNet imaging system. The service is occasionally encountering the following error when making a call to the FileNet COM objects: System.Runtime.InteropServices.COMException (0x80040005): Need to run the object to perform this operation (Exception from HRESULT: 0x80040005 (OLE_E_NOTRUNNING)) [...] read more
c#
com
filenet-image-services
1vote
1answer

WithEvents error sinking a COM event that comes from a .NET component

I am attempting to raise an event in .NET and have it picked up through COM by a VBA application. This answer has been quite helpful in getting my events to show up properly in the type library. On the VBA side, everything looks legit. I have an object variable [...] read more
.net
vba
com
vb6
com-interop
0votes
1answer

Generic GDI+ error when saving an image?

I want to save in image to other folder but it throw this Exception system.runtime.interopservices.externalexception (0x80040005) this is my code : pictureBox1.Image.Save(@"" + Application.StartupPath + "\\Image" + "".ToString() + @"\" + @"personeli_" + textBox4.Text + ".jpg"); This program works when I run it in visual studio but when I create [...] read more
c#
exception
installshield
0votes
1answer

Can not start mysqld, unsupported engine InnoDB

I am trying to start mysqld on one of my data nodes in NDBCluster. The node connects to the management server correctly, but when trying to start mysqld, the start fails when it encounters an old InnoDB table I have. I have edited my.cnf to include [mysqld] innodb=OFF default-storage-engine=ndbcluster and [...] read more
mysql
ubuntu
innodb
ubuntu-14.04
mysql-cluster

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