"The given key was not present in the dictionary" error when create page on uForum
Hi,
I installed uForum. When I create new page, publish and try to browse it shows me an erro: The given key was not present in the dictionary.
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:
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:
[KeyNotFoundException: The given key was not present in the dictionary.]
System.Collections.Generic.Dictionary`2.get_Item(TKey key) +9627953
nForum.BusinessLogic.NfMember..ctor(Nullable`1 memberId) in C:\Users\Lee\Documents\My Dropbox\Projects\nForum\nForum.BusinessLogic\MembershipHelper.cs:137
nForum.BusinessLogic.BaseForumUsercontrol.get_CurrentMember() in C:\Users\Lee\Documents\My Dropbox\Projects\nForum\nForum.BusinessLogic\BaseForumUsercontrol.cs:35
nForum.BusinessLogic.BaseForumUsercontrol.get_IsBanned() in C:\Users\Lee\Documents\My Dropbox\Projects\nForum\nForum.BusinessLogic\BaseForumUsercontrol.cs:47
nForum.usercontrols.nForum.ForumTopics.ShowCreateTopicButton() in C:\Users\Lee\Documents\My Dropbox\Projects\nForum\nForum\usercontrols\nForum\ForumTopics.ascx.cs:79
nForum.usercontrols.nForum.ForumTopics.Page_Load(Object sender, EventArgs e) in C:\Users\Lee\Documents\My Dropbox\Projects\nForum\nForum\usercontrols\nForum\ForumTopics.ascx.cs:21
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
"The given key was not present in the dictionary" error when create page on uForum
Hi,
I installed uForum. When I create new page, publish and try to browse it shows me an erro: The given key was not present in the dictionary.
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:
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:
Appreciate your help!
is working on a reply...