.NET SQLClient Data provider Error

  • Thread starter Thread starter Paul Kleynhans
  • Start date Start date
P

Paul Kleynhans

Hi
I've rolled out some .NET applications to client sites. They all work fine
at first, but for some reason I am getting a ".NET SQL Client Data Provider
Error" message on some machines. These machines also used to work fine.

What is causing this?
(I've tried fixing this by re-installing the .NET framework, Re-installing
my application and even Installing MDAC 2.8, but to no avail.)

Any help would be appreciated.

Regards
P. Kleynhans
 
Paul Kleynhans said:
Hi
I've rolled out some .NET applications to client sites. They all work fine
at first, but for some reason I am getting a ".NET SQL Client Data Provider
Error" message on some machines. These machines also used to work fine.

What is causing this?
There could be a lot of things. Does it work at all on these applications?
Where/WHen does it blow up? Do you have a global exception handler?
(I've tried fixing this by re-installing the .NET framework, Re-installing
my application and even Installing MDAC 2.8, but to no avail.)

Any help would be appreciated.

Regards
P. Kleynhans

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
 
Hi Paul,

If these PC used to work fine, then you could analyze recent installations.
Is it exact error message, which comes from the application? Do you know
which code generates this error?
 
The error message is as follows exactly: ".NET SqlClient Data Provider: "

I looked at the stack trace, and it occurs every time I try to access the
database.

I think it might be a corrupt .NET framework, as the database and software
works on a different PC (I copied it to another PC as a test). I have had
the same issue with the .NET Cryptography modules in the past, and the only
way I have found to solve the problem to date, has been to Re-Install
Windows Completely. (Uninstalling and Re-Installing the .NET framework has
no effect.)
 
Back
Top