The Artima Developer Community
Sponsored Link

.NET Buzz Forum
The Infamous "General Network Error"

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
Sudhakar Sadasivuni

Posts: 418
Nickname: sadasivuni
Registered: Nov, 2003

Sudhakar Sadasivuni is a Microsoft .NET MVP, a project engineer for Wipro technologies.
The Infamous "General Network Error" Posted: Dec 6, 2003 10:17 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Sudhakar Sadasivuni.
Original Post: The Infamous "General Network Error"
Feed Title: {Sudhakar's .NET Dump Yard;}
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/ssadasivuni/rss.aspx
Feed Description: using Sudhakar.Dotnet.Blog.Main;
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sudhakar Sadasivuni
Latest Posts From {Sudhakar's .NET Dump Yard;}

Advertisement
“General Network Error. Please check your network documentation”.

I think this is one of the most weird, clue-less error that every typical ADO.NET Developer get.
I get the same error (randomly) with Microsoft Data Access Application Blocks (DAAB 2.0 for .NET 1.1). I found this error is some how realted to the Command execution behavior of DAAB.

I googled for 10 mins, and got redirected to some alien worlds of database issues. The actual fix/work around is related to DAAB's command execution. I made Command.CommandTimeOut = 60 (default is 0). Thats it ! The problem is solved.

I hope this issue is fixed in 3.0, I still need to check the source again.




Read: The Infamous "General Network Error"

Topic: XAML Patch for Visual Studio "Whidbey" Previous Topic   Next Topic Topic: December Meeting of the Denver Pragmatic Practitioners

Sponsored Links



Google
  Web Artima.com   

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