Manually registering the file using regsvr32 may work.
regsvr32 <path>\msdasql.dll
Cheers,
Tim Macaulay
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights
I tried unregistering msdasql.dll, then replacing the one on my hard drive
with the one in the \SHARED\OLEDB directory of the VS install CD. When I try
manually registering I get 'LoadLibaray("msdasql.dll") failed - The specified
module could not be found.'
I assume this is caused by a missing/invalid dependency, which is probably
due to the fact that this msdasql.dll belongs to an older set of data access
components than what Win XP includes.
I guess I could start replacing all of the DLL's that msdasql depends on,
but I don't know if I want to "downgrade" my MDAC....
Any other advice?
> Manually registering the file using regsvr32 may work.
>
[quoted text clipped - 4 lines]
> Microsoft Corp.
> This posting is provided "AS IS" with no warranties, and confers no rights
Tim Macaulay[MSFT] - 08 Dec 2004 14:13 GMT
Rick,
Download a tool called Dependency Walker from http://dependencywalker.com.
You will be able to use this tool to see if there is a problem with one of
the dependencies of the file.
Feel free to save the dependency log out, and send it to me. I will be
glad to assist in reviewing it.
Cheers,
Tim Macaulay
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights