Feeds:
Posts
Comments

Posts Tagged ‘debugging’

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 [...]

Read Full Post »

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 [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.