BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral SupportProject MailboxesProject Mailboxes
Previous
 
Next
New Post
2/1/2010 9:21 AM
 

I am trying to set up project mailboxes, but am getting an error. I select project settings, then Mailboxes and it dumps me to the standard error page. If I take the errors page out from the web.config (i.e. make <customErrors mode="Off" />) I get the error below. Any ideas?

PS Running version 0.8.167.0

Server Error in '/BugNet' Application.

The method or operation is not implemented.

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.NotImplementedException: The method or operation is not implemented.

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:

[NotImplementedException: The method or operation is not implemented.]
   BugNET.DataAccessLayer.SqlDataProvider.GetMailboxsByProjectId(Int32 projectId) +28
   BugNET.BusinessLogicLayer.ProjectMailbox.GetMailboxsByProjectId(Int32 projectId) +23
   BugNET.Administration.Projects.UserControls.Mailboxes.BindMailboxes() +17
   BugNET.Administration.Projects.UserControls.Mailboxes.Initialize() +14
   BugNET.Administration.Projects.EditProject.LoadTab(Int32 selectedTab) +314
   BugNET.Administration.Projects.EditProject.Page_Load(Object sender, EventArgs e) +2693
   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) +99
   BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e) +15
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

 
New Post
2/2/2010 2:05 AM
 

I took a dig around the code to try and fix it, but it seems none of the project mailbox code has actually been implemented. It all looks like this:

I can add in the code myself (including fixing the associated stored procedures) but perhaps that's already been done by the devs?

public override bool CreateProjectMailbox(BugNET.BusinessLogicLayer.ProjectMailbox mailboxToUpdate)

{

throw new NotImplementedException();

}

 
New Post
2/3/2010 5:36 AM
 

This hasn't been done yet but is high priority for the next release.


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
2/4/2010 3:14 AM
 

I know this is a cheeky question, but do you have a plan on a release date? An idea would be very handy :)

Thanks!

 
New Post
2/5/2010 6:18 AM
 
WiredUK wrote:

I know this is a cheeky question, but do you have a plan on a release date? An idea would be very handy :)

Thanks!

I do not usually give out release dates but I will have some time this weekend hopefully to at least fix the missing functionality with these methods and a few bug fixes.


Davin Dubeau

follow us on twitter facebook users group google plus
 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral SupportProject MailboxesProject Mailboxes


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.