Windows error 0x8002000A, -2147352566

Detailed Error Information

DISP_E_OVERFLOW[1]

MessageOut of present range.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode2 (0x002)
NameFACILITY_DISPATCH[2][1]
DescriptionThe source of the error code is a COM Dispatch.[2][1]
Error Code10 (0x000a)

Questions

0votes
0answers

WiX / Bundle: Error 0x8002000a: Failed to convert version: 1.500.200701.33145 to DWORD64

A product called SYCON.net V1 version 1.0500.200701.33223 was installed with a setup which was created with Installshield. Now (a newer version of) SYCON.net V2 version 2.0.20.33223 should be installed with a bootstrapper setup created with WiX Toolset 3.11. The package name is NetFrame. The source file is "netFrame Setup.msi". (Environment: [...] read more
wix
bundle
0votes
1answer

OLEDB query to fetch all column except few exceptional columns

I'm trying to read excel data into datatable object.But, some columns in excel is has corrupted data specifically of type DATE . excel: [https://i.stack.imgur.com/RtjpC.png] I'm using VB code to read the data with 1. OLEDB Connection dtData = objExcelReader.ReadWorksheet(strFilePath.ToString, "select * from sheet1$", True) With this code I get 'Not [...] read more
excel
vb.net
oledb

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