Feeds:
Posts
Comments

Archive for October, 2008

When developing 3rd party components for SharePoint you cannot avoid debugging.  Debugging usually involves attaching to a W3WP.EXE process – IIS host for a SharePoint application, from within Visual Studio. 
When presented with the attach to process dialog box, you should typically see two to three instances of W3WP.EXE, one for central administration site, maybe [...]

Read Full Post »

We ran into an interesting issue this week where all reports at the site collection level within "Content Structure and Reports" stopped working.  The log included the following error:
Query Execution threw SPException: The query cannot be completed because the number of lists in the query exceeded the allowable limit   [...]

Read Full Post »