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
..
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
..