General network error. Check your network documentation.
Does somebody has seen this message after an ADO.Net update on a database ?
General network error. Check your network documentation.
I work on a laptop, SQL seems to work fine for all my projects, and then suddenly after some code (very classic )I receive randomly this message ‘General network error. Check your network documentation.’
I say random because it’s not really all the time. If I refresh the web page, I can make it working sometimes.
For the moment to progress in my code, I just embedded my SQL update helper ( I use Data Block Application) in a try catch finally.
But obviously it’s not really ‘clean’.
Thanks for some help.
UPDATE:
The problem seem to happen if I create a datareader after an update by SProc.
I also found a KB about this. I applied the solution proposed, no better success.
In the document, MS talk about the confuion that SQL 2000 has if the name of the SQL instance has uppercase and lowercase in the name.