Server Error in '/' Application.
The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space.
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: The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space.
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: The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space.]
System.Data.SqlClient.SqlDataReader.Read() +176
System.Data.Common.DbDataAdapter.FillLoadDataRow(SchemaMapping mapping) +177
System.Data.Common.DbDataAdapter.FillFromReader(Object data, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) +260
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, String srcTable) +36
BusinessModel.Forum.GetMessagesListFromDB(Int32 ForumID, Int32 PageSize, Int32 PageNumber, Boolean SortLastDataAnswer, ArrayList UserRoles) in D:\Documents and Settings\Павел\Мои документы\Visual Studio Projects\NewVBNet\BuisnessModel\Forum.vb:331
BusinessModel.Forum.UpdateMessagesListCache(Boolean SortLastDataAnswer, Int32 ForumID) in D:\Documents and Settings\Павел\Мои документы\Visual Studio Projects\NewVBNet\BuisnessModel\Forum.vb:241
BusinessModel.Forum.UpdateMessagesListCache(Int32 ForumID) in D:\Documents and Settings\Павел\Мои документы\Visual Studio Projects\NewVBNet\BuisnessModel\Forum.vb:234
BusinessModel.Forum.AddMessage(Int32 IDForum, Int32 IDTopic, String subject, DataRow AuthorInfo, String Text, MessageFormat Format, Int32 Smile) in D:\Documents and Settings\Павел\Мои документы\Visual Studio Projects\NewVBNet\BuisnessModel\Forum.vb:483
NewVBNet.SaveMessage.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() +772
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Ответить
|