**PLEASE HELP** General network error .net

S

stanley j Mroczek

Every thing is on one machine, Programs and sql. Sql is up
and running(can test with query analyzer). No changes
where made! This was working fine. How do you track this
error? What network documentation? Nothing shows in the
event viewer. where do I start?

General network error. Check your network documentation.

Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and where
it originated in the code.

Exception Details: System.Data.SqlClient.SqlException:
General network error. Check your network documentation.

Source Error:

Line 613: myCommand.CommandType =
CommandType.StoredProcedure
Line 614:
Line 615: myConnection.Open()
Line 616: Dim result As SqlDataReader =
myCommand.ExecuteReader(CommandBehavior.CloseConnection)
Line 617:

Source File: C:\Market\Components\MaintenanceDB.vb
Line: 615

Stack Trace:

[SqlException: General network error. Check your network
documentation.]
System.Data.SqlClient.ConnectionPool.GetConnection
(Boolean& isInTransaction) +472

System.Data.SqlClient.SqlConnectionPoolManager.GetPooledCon
nection(SqlConnectionString options, Boolean&
isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Market.MK.MaintenanceDB.CategoryLevel04() in
C:\Market\Components\MaintenanceDB.vb:615
Market.__MaintMenu.Page_Load(Object sender, EventArgs
e) in C:\Market\_MaintMenu.ascx.vb:67
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +720


..
 
W

William Ryan

That exception is pretty much what it says it is. A code change probably is
the last thing...you may have a bad NIC in the , loose cable, etc. Does it
happen on all machines or is it just one machine? If it only happens on one
of them...hardware is probaby the problem.

HTH,

Bill
 
S

stanley j mroczek

it is not hardware i can get to the internet. there is no
group of systems, just one computer.


-----Original Message-----
That exception is pretty much what it says it is. A code change probably is
the last thing...you may have a bad NIC in the , loose cable, etc. Does it
happen on all machines or is it just one machine? If it only happens on one
of them...hardware is probaby the problem.

HTH,

Bill
stanley j Mroczek said:
Every thing is on one machine, Programs and sql. Sql is up
and running(can test with query analyzer). No changes
where made! This was working fine. How do you track this
error? What network documentation? Nothing shows in the
event viewer. where do I start?

General network error. Check your network documentation.

Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and where
it originated in the code.

Exception Details: System.Data.SqlClient.SqlException:
General network error. Check your network documentation.

Source Error:

Line 613: myCommand.CommandType =
CommandType.StoredProcedure
Line 614:
Line 615: myConnection.Open()
Line 616: Dim result As SqlDataReader =
myCommand.ExecuteReader(CommandBehavior.CloseConnection)
Line 617:

Source File: C:\Market\Components\MaintenanceDB.vb
Line: 615

Stack Trace:

[SqlException: General network error. Check your network
documentation.]
System.Data.SqlClient.ConnectionPool.GetConnection
(Boolean& isInTransaction) +472

System.Data.SqlClient.SqlConnectionPoolManager.GetPooledCon
nection(SqlConnectionString options, Boolean&
isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Market.MK.MaintenanceDB.CategoryLevel04() in
C:\Market\Components\MaintenanceDB.vb:615
Market.__MaintMenu.Page_Load(Object sender, EventArgs
e) in C:\Market\_MaintMenu.ascx.vb:67
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +720


.


.
 

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