Windows error 0x80004023, -2147467229

Detailed Error Information

CO_E_MSI_ERROR[1]

MessageA Microsoft Software Installer error was encountered.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code16419 (0x4023)

Questions

0votes
1answer

Error in accessing outlook items from office 2013 64 bit using c# code

C# code works without any issues while accessing outlook items in office 2010 with 32 bit. But when office 2010 is upgraded to office 2013 with 64 bit the code is showing an exception > COMException was unhandled > > Retrieving the COM class factory for component with CLSID > [...] read more
c#
-2votes
1answer

Microsoft office automation error

I am receiving an error when i try to create an excel workbook through a vb6 application. the error is a Microsoft Software Installer error 0x80004023. i have read over a similar question on a different site and tried the solution but it did not solve the problem. this is [...] read more
microsoft-excel
microsoft-office
vb6

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