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
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