"Internal connection fatal error" when calling SQLCommand.ExecuteReader

J

Julian Bowes

We are getting this error intermittently (about 5-10 times an hour) from one
of our applications. It is not restricted to any particular page or data
source (as far as we can tell), but can occur on any ExecuteReader call.
I can find almost nothing on this error anywhere - has anyone seen it
before?

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.InvalidOperationException: Internal connection fatal error.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)

Many thanks

Julian Bowes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top