SharePoint - Server Error in '/' Application. - Asked By zeb tana on 01-Mar-12 12:23 PM

Server Error in '/' Application.

The DataSourceID of 'QuickLaunchMenu' must be the ID of a control of type IHierarchicalDataSource.  A control with ID 'QuickLaunchSiteMap' could not be found.

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.Web.HttpException: The DataSourceID of 'QuickLaunchMenu' must be the ID of a control of type IHierarchicalDataSource.  A control with ID 'QuickLaunchSiteMap' could not be found.

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:

[HttpException (0x80004005): The DataSourceID of 'QuickLaunchMenu' must be the ID of a control of type IHierarchicalDataSource.  A control with ID 'QuickLaunchSiteMap' could not be found.]
   System.Web.UI.WebControls.HierarchicalDataBoundControl.GetDataSource() +1415249
   System.Web.UI.WebControls.HierarchicalDataBoundControl.ConnectToHierarchicalDataSource() +158
   System.Web.UI.WebControls.HierarchicalDataBoundControl.OnLoad(EventArgs e) +16
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
kalpana aparnathi replied to zeb tana on 01-Mar-12 01:18 PM
hi,

If you continue to receive the "Server Error in '/' Application" error message after you install the update that is described in Microsoft Knowledge Base article 829886, install the Microsoft CRM 1.0 reports software update 829888

Read more:click here

Regards,


Somesh Yadav replied to zeb tana on 02-Mar-12 01:27 AM
Tyr any one of these,
As expected, the issue had nothing to do with the quicklaunchmenu :). The proble was that a Telerik RADEditor solution was deployed to all content web applications, including the SSP. The solution added a few lines of safecontrols to the SSP web application, which doesn't have the prerequisite AJAX extensions setup. Removing those lines solved the issue.

or

copy the Web.config from other Port, put it in current Port, and add in the “SPXmlAdminContentMapProvider”.

or

solution:

you have to add two assemblyIdentity entries in dependentAssembly of
central admin web config
for System.Web.Extensions and System.Web.Extensions.Design
to bind redirect from version 1.0.0.0 to version 3.5.0.0