Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Internal connection fatal error.

Reply
Thread Tools

Internal connection fatal error.

 
 
=?Utf-8?B?TWF5?=
Guest
Posts: n/a
 
      10-07-2005
Hello,

We got this error (Internal connection fatal error) from our application and
at the same we got "server application unavailable" error on the browser. I
looked at the line that was provided by the stack trace and it appeared that
it happened when it tries to connect to the database to fill dataset. What
might cause the database connection to fail or cause this error?

System.Data

Internal connection fatal error.

ExecuteReader

at System.Data.SqlClient.SqlCommand.ExecuteReader(Com mandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader(Com mandBehavior behavior)
at
System.Data.SqlClient.SqlCommand.System.Data.IDbCo mmand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillFromCommand(O bject data, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
at employee.PackingList.initData(Int32 StoreID, ArrayList PackingListIDs)
in J:\WMS_TEST\WMSDev\SSL\Employee\PackingList.aspx.v b:line 327
at employee.PackingList.DisplayPackingLists(Int32 StoreID, ArrayList
PackingListIDs) in J:\WMS_TEST\WMSDev\SSL\Employee\PackingList.aspx.v b:line
111
at employee.PackingList.Page_Load(Object sender, EventArgs e) in
J:\WMS_TEST\WMSDev\SSL\Employee\PackingList.aspx.v b:line 82
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internal connection fatal error and other random db connection err =?Utf-8?B?cGF0cmlja2RyZA==?= ASP .Net 0 06-14-2007 09:44 AM
Internal Connection Fatal Error SteveoAtilla via DotNetMonster.com ASP .Net 0 03-02-2007 02:55 PM
Internal connection fatal error =?Utf-8?B?bS5XYXJk?= ASP .Net 1 05-10-2004 01:05 PM
Re: System.InvalidOperationException: Internal connection fatal error Jeff Kennedy ASP .Net 0 10-20-2003 12:17 PM
"Internal connection fatal error" when calling SQLCommand.ExecuteReader Julian Bowes ASP .Net 0 07-01-2003 10:46 AM



Advertisments