The Artima Developer Community
Sponsored Link

.NET Buzz Forum
And the culprit is ...

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
And the culprit is ... Posted: Jul 23, 2004 10:18 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Paschal.
Original Post: And the culprit is ...
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

I was so happy yesterday to found a solution to the General Network Error.

However this morning, I still received few of them, so I decided to find the culprit.

And I got it, it's the Data Application Block I use in many cases. It's a great stuff to have an SQL helper, but it seems for me it's a bit buggy.

After replacing my code with a classic datareader, everything is ok now. Maybe the helper is too chatty :-)

Now I have reduced by half the number of 'random' errors. It seems that if I force a dispose method after closing the connections, I have a better result.

Unfortunately for some unknown reason, I can't use a dispose in the method I use to generate an image from a database. If I do, I have no images at all. I can close the connection, but nothing more.

I know it's not perfect, if the error happens, a broken link appears for an image, but at least the page content is shown, and that matters.

 

Read: And the culprit is ...

Topic: ECMAScript and C-Omega link? Previous Topic   Next Topic Topic: Windows SharePoint Services as a Platform for Building Collaborative Apps

Sponsored Links



Google
  Web Artima.com   

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