The Artima Developer Community
Sponsored Link

.NET Buzz Forum
General Network Error, so now what can i do now ?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paschal

Posts: 1621
Nickname: bigapple
Registered: Nov, 2003

Paschal is a .Net developer
General Network Error, so now what can i do now ? Posted: Mar 31, 2004 10:31 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Paschal.
Original Post: General Network Error, so now what can i do now ?
Feed Title: help.net
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/pleloup/Rss.aspx
Feed Description: .Net for mankind !
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Paschal
Latest Posts From help.net

Advertisement

OK I worked a lot on this stupid General Network Error. I follow the advices given by a lot of people.

I closed my connections all the time, I dispose them, I added a connection.timeout, well everything humanly possible.

And guess what, still the same issue. I'm really fed up of this. If only I could have a better message.
The only way I can stop this is to add a pooling=false in my connection string.

So now is there anybody from Microsoft or a the guru of the gurus who can explain me what should I do ?

I use a tracking error code which sent me an email everytime something goes wrong in my projects.

This is an example of something I would like to kill for good.

[When]
Wednesday, March 31, 2004 3:35 PM

[Page]
/article.aspx?id_art=32

[Exception]
Exception of type System.Web.HttpUnhandledException was thrown.

System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.Data.SqlClient.SqlException: General network error. Check your network documentation.

at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)

at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)

at Scoilnet.Article.change_cols(Int32 nbcols)

at Scoilnet.Article.Page_PreRender(Object sender, EventArgs e)

at System.Web.UI.Control.OnPreRender(EventArgs e)

at System.Web.UI.Control.PreRenderRecursiveInternal()

at System.Web.UI.Page.ProcessRequestMain()

--- End of inner exception stack trace ---

at System.Web.UI.Page.HandleError(Exception e)

at System.Web.UI.Page.ProcessRequestMain()

at System.Web.UI.Page.ProcessRequest()

at System.Web.UI.Page.ProcessRequest(HttpContext context)

at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

[Client]

xxx.xxx.xxx.xx

[Server]
www.scoilnet.ie

F:\Web projects\Scoilnet\article.aspx

[Request]

IE

http://www.scoilnet.ie/article.aspx?id_art=38

http://www.scoilnet.ie/article.aspx?id_art=32

 

Read: General Network Error, so now what can i do now ?

Topic: Windows CE 5.0 Beta Previous Topic   Next Topic Topic: 作者:Scott Hanselman 首席工程師

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use