Bugs item #1560799, was opened at 2006-09-18 15:02
Message generated for change (Settings changed) made by tectsoft
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560799&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: UI
>Group: Fixed Next Release
>Status: Closed
>Resolution: Accepted
Priority: 6
Submitted By: Si (tectsoft)
Assigned to: Si (tectsoft)
Summary: (ADMIN ONLY) Updating category unhandled exception
Initial Comment:
Invalid CATEGORYID; Value can not be null
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:
DotNetForum.Library.Exceptions.AdminException: Invalid
CATEGORYID; Value can not be null
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:
[AdminException: Invalid CATEGORYID; Value can not be null]
DotNetForum.Library.DAL.FirebirdDB.AdminCategoryUpdate(UserSession
Session, Category Category)
DotNetForum.Library.BOL.Admin.CategoryUpdate(Category
category)
DotNetForum.WebSite.Admin.Controls.EditCategory.btnUpdate_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=1560799&group_id=152364
|