Server Error in '/' Application.
--------------------------------------------------------------------------------
The log file for database 'ZhaixNoxForum' 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 'ZhaixNoxForum' is full. Back up the transaction log for the database to free up some log space.
Source Error:
Line 132: // 更新用户活动状态
Line 133:
Line 134: UserSystem.RefreshTick( SecureSystem.CurrentUser );
Line 135: ForumSystem.SetBoardUserOnline( qsBoard, SecureSystem.CurrentUser );
Line 136:
Source File: d:\zhaix\websites\cndev.org#www\forum\bbs.aspx Line: 134
Stack Trace:
[SqlException (0x80131904): The log file for database 'ZhaixNoxForum' is full. Back up the transaction log for the database to free up some log space.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +786162
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +684774
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +207
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1751
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +107
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +570
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +134
System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +415
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +135
Nox.Common.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) in D:\Projects\NoxDotNet\Nox.Common\Data\SqlHelper.cs:295
Nox.Common.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) in D:\Projects\NoxDotNet\Nox.Common\Data\SqlHelper.cs:254
Nox.Common.Data.SqlDbProvider.ExecuteNonQuery(String sql, SqlParameter[] p) in D:\Projects\NoxDotNet\Nox.Common\Data\SqlDbProvider.cs:82
NoxForum.Framework.UserSystem.RefreshTick(ICurrentUser CurrentUser) in D:\Projects-mine\NoxForum\NoxForum.Framework\UserSystem.cs:235
ASP.bbs_aspx.Page_Load() in d:\zhaix\websites\cndev.org#www\forum\bbs.aspx:134
System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +5
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +784841
System.Web.UI.Control.OnLoad(EventArgs e) +102
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1064
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44