Windows error 0x8004000E, -2147221490

Detailed Error Information

OLE_E_WRONGCOMPOBJ[1]

Messagecompobj.dll is too old for the ole2.dll initialized
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 Code14 (0x000e)

Questions

1vote
0answers

Error: compobj.dll is too old for the ole2.dll initialized (Exception from HRESULT:0x8004000E(OLE_E_WRONGCOMPOBJ))

I am trying to write a simple dialer to broadcast events for a local women's group (so no money for commercial app) and downloaded http://www.codeproject.com/Articles/10994/TAPI-Application-development-using-C-NET I am getting the following error: compobj.dll is too old for the ole2.dll initialized (Exception from HRESULT:0x8004000E(OLE_E_WRONGCOMPOBJ)) I have 2 copies of each dll on [...] read more
c#
.net
dll
0votes
1answer

Windows 8.1 Store App and SQLite

I need to create a Windows 8.1 Store App, and I need a portable database ; SQLite seems a good choice. Unfortunately, I spent the entire day trying to understand which bits and pieces I must put together to make it all work. I found many articles targeting Windows 8, [...] read more
sqlite
visual-studio-2013
windows-store-apps
windows-8.1

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