Ever get any of these errors? The DataSourceID of ‘TopNavigationMenu’ must be the ID of a control of type IHierarchicalDataSource. A control with ID ‘topSiteMap’ could not be found. at System.Web.UI.WebControls.HierarchicalDataBoundControl.GetDataSource() at System.Web.UI.WebControls.HierarchicalDataBoundControl.ConnectToHierarchicalDataSource() at System.Web.UI.WebControls.HierarchicalDataBoundControl.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at [...]
Posts Tagged ‘debugging’
Safe mode did not start successfully. Could not load file or assembly
Posted in sharepoint, tagged debugging, sharepoint on December 22, 2009 | Leave a Comment »
SharePoint can not debug assemblies
Posted in development, sharepoint, tagged debugging, sharepoint on November 26, 2009 | Leave a Comment »
If you are ever having problems getting Visual Studio to break into your code and you develop by deploying your dll’s into the GAC, it’s probably down to mismatching PDB’s. Do a Clean Solution Rebuild the solution Re-Gac all your dll’s Reattach to IIS processes Other hints Locked files in the GAC Some times a [...]