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 [...]
Archive for October, 2008
Debugging SharePoint, which Process?
Posted in Everything, Software Development, tagged Microsoft SharePoint on October 28, 2008 | Leave a Comment »
SharePoint Content Structure and Reports Limit
Posted in Everything, Software Development, tagged Microsoft SharePoint on October 10, 2008 | 1 Comment »
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 [...]