Bugs item #1559958, was opened at 2006-09-17 00:09
Message generated for change (Settings changed) made by tectsoft
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559958&group_id=152364
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: DAL - Firebird
>Group: Irreproducible
>Status: Closed
>Resolution: Works For Me
Priority: 8
Submitted By: Si (tectsoft)
Assigned to: Si (tectsoft)
Summary: Error removing user group from forum (Admin Only)
Initial Comment:
Value cannot be null. Parameter name: usergroup
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.ArgumentNullException: Value
cannot be null. Parameter name: usergroup
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:
[ArgumentNullException: Value cannot be null.
Parameter name: usergroup]
DotNetForum.Library.BOL.Admin.ForumUserGroupRemove(Forum
forum, UserGroup usergroup)
DotNetForum.WebSite.Admin.Controls.EditForumUserGroups.btnUnassingGroup_Click(Object
sender, EventArgs e)
System.Web.UI.WebControls.Button.OnClick(EventArgs
e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection
postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559958&group_id=152364
|