We recently upgraded from version 0.7.942.0 to version 0.8.140.0 (RC1). The upgrade was successful but we are getting some errors, and sends an error notification email with the following details:
- On the Project Administration page, if you click on the "Mailboxes link", it generates this error:
2009-12-24 09:38:15,093 [10] ERROR BugNET.Global [(null)] - Application Error
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NotImplementedException: The method or operation is not implemented.
at BugNET.DataAccessLayer.SqlDataProvider.GetMailboxsByProjectId(Int32 projectId)
at BugNET.BusinessLogicLayer.ProjectMailbox.GetMailboxsByProjectId(Int32 projectId)
at BugNET.Administration.Projects.UserControls.Mailboxes.BindMailboxes()
at BugNET.Administration.Projects.UserControls.Mailboxes.Initialize()
at BugNET.Administration.Projects.EditProject.LoadTab(Int32 selectedTab)
at BugNET.Administration.Projects.EditProject.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.administration_projects_editproject_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2. On the "Application Configuration" page, "Basic Settings" section, the Welcome Message does not show the editor, but displays a 404 message:
Oops! This link appears to be broken.
Suggestion:
The upgrade instructions only mention copying the installationDate key from the appSettings section in the web.config of the older version, what about the other appSettings keys, are these not needed in version 0.8.140.0? These are:
<add key="FCKeditor:BasePath" value="~/UserControls/FCKeditor/" />
<add key="assembly" value="System.Data" />
<add key="connection" value="System.Data.SqlClient.SqlConnection" />
<add key="command" value="System.Data.SqlClient.SqlCommand" />
<add key="dataadapter" value="System.Data.SqlClient.SqlDataAdapter" />
<add key="parameter" value="System.Data.SqlClient.SqlParameter" />
We actively use bugnet and simple love it! I thought I should report these problems so that you have a chance to fix these for 0.8.140.0 final release. Could you please let me know if I can do something on my end to fix some/all of the above issues?
Thanks