Re: problem connecting to db.
Date: Mon, 7 Jan 2008 15:00:48 +0200
Message-ID: <flt7pu$rt2$1@news2.netvision.net.il>
All of the dlls (before running) are :
MSVBVM60 - timestamp : 23/2/04 8:42a and link timestamp 24/2/04 6:15p
All others have the same timestamp :
oleaut32, ole32, user32, rpcrt4, ntdll, kernel32, gdi32, advapi32 :
timestamp : 19/6/03 12:05p and link timestamp 20/6/03 4:43a.
versions are :
msvbvm60 - 6.0.97.82
oleaut32 - 2.40.4522.0
ole32 - 5.0.2195.6692
user32 - 5.0.2195.6688
rpcrt4 - 5.0.2195.6701
ntdll - 5.0.2195.6685
kernel32 - 5.0.2195.6688
gdi32 - 5.0.2195.6660
advapi32 - 5.0.2195.6170
How can I know that some of the version are wrong versions (Is it by
dependency walker,
or somewhere on some help/tutorial/technical reference arround the internet)
?
Also, I see that I get the following errors in the details log (dependency walker).
getProcAddress (NTDLL.DLL) "NtCompareTokens" called from "OLEDB32.dll", returned null ...
LoadLibraryExW("C:\program files\common files\system\ole
db\Resources\1033\MSDASQLR.dll") returned null ...
... indeed I have this folder only on my computer (development with VB 6.0
installed,
... but not the file MSDASQLR.dll, neither on the server where the program
is installed).
GetProcAddress(kernel32.dll") IsTNT called from "VBAME.dll", returned null
...
ProcAddress(kernel32.dll") IsTNT called from "MSVBVM60.dll" , returned null
...
Address(kernel32.dll") IsTNT called from "OLEAUT32.dll", returned null ...
Thanks :) Received on Mon Jan 07 2008 - 07:00:48 CST