Click here to Skip to main content
15,900,906 members

Comments by JimVas2005 (Top 6 by date)

JimVas2005 12-Mar-19 17:46pm View    
I want to do the same, put the system dlls into a bin or lib folder, for a simple hello world app, are 218 files in the same folder:

10/11/2018 15:35 19.208 api-ms-win-core-console-l1-1-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-datetime-l1-1-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-debug-l1-1-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-errorhandling-l1-1-0.dll
10/11/2018 15:35 22.280 api-ms-win-core-file-l1-1-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-file-l1-2-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-file-l2-1-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-handle-l1-1-0.dll
10/11/2018 15:35 19.208 api-ms-win-core-heap-l1-1-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-interlocked-l1-1-0.dll
10/11/2018 15:35 19.720 api-ms-win-core-libraryloader-l1-1-0.dll
10/11/2018 15:35 21.256 api-ms-win-core-localization-l1-2-0.dll
10/11/2018 15:35 19.208 api-ms-win-core-memory-l1-1-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-namedpipe-l1-1-0.dll
10/11/2018 15:35 19.720 api-ms-win-core-processenvironment-l1-1-0.dll
10/11/2018 15:35 20.744 api-ms-win-core-processthreads-l1-1-0.dll
10/11/2018 15:35 19.208 api-ms-win-core-processthreads-l1-1-1.dll
10/11/2018 15:35 18.184 api-ms-win-core-profile-l1-1-0.dll
10/11/2018 15:35 19.208 api-ms-win-core-rtlsupport-l1-1-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-string-l1-1-0.dll
10/11/2018 15:35 20.744 api-ms-win-core-synch-l1-1-0.dll
10/11/2018 15:35 19.208 api-ms-win-core-synch-l1-2-0.dll
10/11/2018 15:35 19.720 api-ms-win-core-sysinfo-l1-1-0.dll
10/11/2018 15:35 19.208 api-ms-win-core-timezone-l1-1-0.dll
10/11/2018 15:35 18.696 api-ms-win-core-util-l1-1-0.dll
10/11/2018 15:35 19.720 api-ms-win-crt-conio-l1-1-0.dll
10/11/2018 15:35 22.792 api-ms-win-crt-convert-l1-1-0.dll
10/11/2018 15:35 19.208 api-ms-win-crt-environment-l1-1-0.dll
10/11/2018 15:35 20.744 api-ms-win-crt-filesystem-l1-1-0.dll
10/11/2018 15:35 19.720 api-ms-win-crt-heap-l1-1-0.dll
10/11/2018 15:35 19.208 api-ms-win-crt-locale-l1-1-0.dll
10/11/2018 15:35 27.912 api-ms-win-crt-math-l1-1-0.dll
10/11/2018 15:35 26.888 api-ms-win-crt-multibyte-l1-1-0.dll
10/11/2018 15:35 71.432 api-ms-win-crt-private-l1-1-0.dll
10/11/2018 15:35 19.720 api-ms-win-crt-process-l1-1-0.dll
10/11/2018 15:35 23.304 api-ms-win-crt-runtime-l1-1-0.dll
10/11/2018 15:35 24.840 api-ms-win-crt-stdio-l1-1-0.dll
10/11/2018 15:35 24.840 api-ms-win-crt-string-l1-1-0.dll
10/11/2018 15:35 21.256 api-ms-win-crt-time-l1-1-0.dll
10/11/2018 15:35 19.208 api-ms-win-crt-utility-l1-1-0.dll
10/11/2018 15:35 729.856 clrcompression.dll
10/11/2018 15:35 244.464 clretwrc.dll
10/11/2018 15:35 1.356.528 clrjit.dll
11/03/2019 18:42 41.744 cmdPrueba05.deps.json
11/03/2019 18:13 4.096 cmdPrueba05.dll
11/03/2019 18:13 137.728 cmdPrueba05.exe
11/03/2019 18:13 440 cmdPrueba05.pdb
11/03/2019 18:13 28 cmdPrueba05.runtimeconfig.json
10/11/2018 15:35 5.967.600 coreclr.dll
10/11/2018 15:35 149.744 dbgshim.dll
10/11/2018 15:40 402.496 hostfxr.dll
10/11/2018 15:40 585.784 hostpolicy.dll
10/11/2018 15:35 773.184 Microsoft.CSharp.dll
10/11/2018 15:35 1.495.800 Microsoft.DiaSymReader.Native.amd64.dll
10/11/2018 15:35 465.984 Microsoft.VisualBasic.dll
10/11/2018 15:35 22.072 Microsoft.Win32.Primitives.dll
10/11/2018 15:35 85.568 Microsoft.Win32.Registry.dll
10/11
JimVas2005 28-May-15 13:29pm View    
No. I'd tried to contact Oracle Developer Team of .NET but they told me that they was very busy. I had to change the way that I stored the DateTime field, I'd changed to a Numeric field.
JimVas2005 16-Jun-14 12:07pm View    
I have the problem: DataTable internal index is corrupted: '5'.used in threading
I read the solution 1, and I put my code with the change suggested in solution 1
JimVas2005 22-May-14 12:19pm View    
When I execute this code:
string conexionDestino = "data source=orcl;user id=scott;password=tiger";
using (OracleConnection connection = new OracleConnection(conexionDestino))
using (OracleCommand cmd = new OracleCommand("insert into tb_dates values (:fecha)", connection))
{
connection.Open();
DateTime fecha = DateTime.Now;
cmd.Parameters.Add("fecha", fecha);
int rc = cmd.ExecuteNonQuery();
}
The date in the table is 22/05/2014; the correct date
What is the difference between the bulkcopy and the direct insert?
JimVas2005 21-May-14 17:18pm View    
In RegEdit HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraClient12Home1
The key NLS_LANG=SPANISH_SPAIN.WE8MSWIN1252