I am getting the following error,
Unable to load SQL Server OLEDB Provider Resource DLL. The application cannot continue
This error is popping up on the server, and usually there are a few that have to be closed.
It seems that this error is popping up when there is a simple error on the SQL Server, like me trying to query a db table that doesn't exist, or trying to insert a record with the same primary key as an existing record.
This is really annoying, because the only way to find out what the error is, is to run the Profiler while trying to debug my ASP code, then taking the Exception error number and looking it up in BOL. Then trying to fix it.
This problem was non-existant before, but now it is really annoying!
Any ideas?
Thanks,
Drew Laing
Unable to load SQL Server OLEDB Provider Resource DLL. The application cannot continue
This error is popping up on the server, and usually there are a few that have to be closed.
It seems that this error is popping up when there is a simple error on the SQL Server, like me trying to query a db table that doesn't exist, or trying to insert a record with the same primary key as an existing record.
This is really annoying, because the only way to find out what the error is, is to run the Profiler while trying to debug my ASP code, then taking the Exception error number and looking it up in BOL. Then trying to fix it.
This problem was non-existant before, but now it is really annoying!
Any ideas?
Thanks,
Drew Laing