Server Error in '/' Application.
--------------------------------------------------------------------------------
The given key was not present in the dictionary.
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.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
Source Error:
Line 114: // 更新用户活动状态
Line 115:
Line 116: UserSystem.RefreshTick( SecureSystem.CurrentUser );
Line 117: GlobalSystem.SetOnlinePosition( SecureSystem.CurrentUser.LoginName, "forum", qsBoard );
Line 118:
Source File: d:\zhaix\websites\cndev.org#www\forum\bbs.aspx Line: 116
Stack Trace:
[KeyNotFoundException: The given key was not present in the dictionary.]
System.ThrowHelper.ThrowKeyNotFoundException() +28
System.Collections.ObjectModel.KeyedCollection`2.get_Item(TKey key) +362
Nox.Web.NoxSessionManager.GetSessionProvider(String providerName) +36
Nox.Web.NoxSessionManager.GetCurrentSession(String providerName) +32
NoxForum.Framework.SecureSystem.get_CurrentSession() +30
NoxForum.Framework.SecureSystem.get_CurrentUser() +257
ASP.forum_bbs_aspx.Page_Load() in d:\zhaix\websites\cndev.org#www\forum\bbs.aspx:116
System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +5
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +781903
System.Web.UI.Control.OnLoad(EventArgs e) +99
NoxForum.Framework.Pages.BasePage.OnLoad(EventArgs e) +79
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42