I am developing SharePoint web parts and as soon as I click on the left navigation to add a web part to the page I get the below error.
I am using SP 2010 VS 2010
Server Error in '/' Application.
--------------------------------------------------------------------------------
The maximum number of Web Parts for all zones on this page has been exceeded.
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: Microsoft.SharePoint.WebPartPages.MaxZonePartsExceededException: The maximum number of Web Parts for all zones on this page has been exceeded.
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:
[MaxZonePartsExceededException: The maximum number of Web Parts for all zones on this page has been exceeded.]
Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts) +10047
Microsoft.SharePoint.WebPartPages.SPWebPartManager.LoadWebParts() +146
Microsoft.SharePoint.WebPartPages.SPWebPartManager.OnPageInitComplete(Object sender, EventArgs e) +288
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Page.OnInitComplete(EventArgs e) +11045694
Microsoft.SharePoint.WebPartPages.WikiEditPage.OnInitComplete(EventArgs e) +225
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1674