Server Error in '/' Application.
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlException: General network error. Check your network documentation.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, TdsParserState state) +177
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, TdsParserState state) +52
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +678
System.Data.SqlClient.TdsParser.ReadNetlib(Int32 bytesExpected) +682
System.Data.SqlClient.TdsParser.ReadBuffer() +120
System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff, Int32 offset, Int32 len) +224
System.Data.SqlClient.TdsParser.SkipBytes(Int64 num) +51
System.Data.SqlClient.TdsParser.SkipRow(_SqlMetaData[] columns, Int32 startCol) +119
System.Data.SqlClient.SqlDataReader.CleanPartialRead(TdsParser parser) +71
System.Data.SqlClient.SqlDataReader.Read() +46
System.Data.SqlClient.SqlDataReader.NextResult() +82
System.Data.Common.DbDataAdapter.FillNextResult(IDataReader dataReader) +98
System.Data.Common.DbDataAdapter.FillFromReader(Object data, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) +272
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) +129
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable) +40
BusinessModel.Forum.GetList(Int32 ForumID, Int32 PageSize, Int32 PageNumber, Boolean SortLastDataAnswer, ArrayList UserRoles) in D:\Documents and Settings\Павел\Мои документы\Visual Studio Projects\NewVBNet\BuisnessModel\Forum.vb:271
NewVBNet.ForumDefault.ShowTopicsList(Int32 ForumID)
NewVBNet.ForumDefault.ShowContent()
NewVBNet.ForumDefault.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Ответить
|