Windows error 0x80042000, -2147213312

Detailed Error Information

HRESULT analysis[1]

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

Questions

1vote
2answers

InstallScript: ChangeDirectory() call fails only in SILENTMODE

I have the following test InstallScript InstallShield code, which executes correctly in the normal interactive mode, but crashes setup.exe /s (silent) mode on calls to ChangeDirectory that involve any sort of actual depth of directories. //Note: "C:" ^ "temp" resolves to "C:\temp", but it never successfully //executes when run silent [...] read more
installshield
installscript
0votes
3answers

BSOD while uninstalling software and while trying to reinstall OS

I got BSOD while attempting to uninstall a program in Win XP, so I tried to reinstall the OS (because the guy who gave me the pc wants a clean-up) but a STOP 0x0000007F (0x00000008, 0x80042000, 0x00000000, 0x00000000) occurs. I tried then to boot Kubuntu 9.04 live cd, and it [...] read more
windows
linux
windows-xp
bsod
0votes
2answers

What is Last Run Result (0x80042000)?

No matter what I do, my task exits with "Last Run Result" 0x80042000. It claims to pass successfully, but it's not doing anything -- the process appears for an instant and then disappears. If I do Start/Run and type in the exact same command, then that works fine. I've setup [...] read more
windows-server-2008
scheduled-task
task-manager
0votes
2answers

Update a OneNote page, using the developer API

I tried to update a page in OneNote with the Microsoft reference : http://msdn.microsoft.com/en-us/library/office/jj680118.aspx Here's my problem. When i tried to update my page with the correct ID, it throwed me an error saying : Exception from HRESULT: 0x80042000. Here is my code : static void UpdatePageContent() { ApplicationClass onApplication [...] read more
c#
xml
onenote

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0