BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Development  General develop...  Admin Bug
Previous Previous
 
Next Next
New Post 3/31/2006 3:23 PM
User is offline jwilson2359
6 posts
No Ranking


Admin Bug 

When accessing the reports option as an admin user I get the following error:

ContentRegion with ID 'MPHeader' must be Defined

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.Exception: ContentRegion with ID 'MPHeader' must be Defined

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:

[Exception: ContentRegion with ID 'MPHeader' must be Defined]
   Wilson.MasterPages.MasterPage.BuildContents() +388
   Wilson.MasterPages.MasterPage.OnInit(EventArgs e) +21
   System.Web.UI.Control.InitRecursive(Control namingContainer)
   System.Web.UI.Control.InitRecursive(Control namingContainer)
   System.Web.UI.Page.ProcessRequestMain()

I will try to take a look at this and see what I can do in the next day or so.  If this has been fixed please post here so I don't spend any time on it.

 
New Post 3/31/2006 5:17 PM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: Admin Bug 
Adding this to the offending page will resolve this.

<BN:contentregion id="MPHeader" runat="server">
       
  </BN:contentregion>

Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  Development  General develop...  Admin Bug

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.