Feeds:
Posts
Comments

Archive for the ‘Software Development’ Category

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   10/10/2008 11:38:19.16     w3wp.exe (0x09F8)                           [...]

Read Full Post »

See the following support page from Adobe: http://labs.adobe.com/wiki/index.php/PDF_iFilter_8_-_64-bit_Support

Read Full Post »

Microsoft provides a sophisticated API/Object Model for programmatic access to the SharePoint from .NET custom code.  Invariably, most calls to the object model begin with a call to the SPSite and SPWeb objects, which represent the site collection and web accessed accordingly.  Developers must dispose the memory of any instance of SPSite and SPWeb.  This [...]

Read Full Post »

I had a client call me up with a MOSS 2007 permission problem.  The complaint was that users in a site owners group, with "full control" permission level, were unable to create a page anywhere in the WCM site collection. Turns out that somewhere along the line the approvers group was deleted by mistake, which [...]

Read Full Post »

Creation of user submitted forms within web sites typically involves some HTML and JavaScript magic; to post data to a back end business storage or processing system.  ASP.NET relies on form HTTP POST exclusively to implement the page post back mechanism, familiar to all ASP.NET developers.  Developers manipulate form posted data using server-side code, invoked [...]

Read Full Post »

Need some SharePoint (MOSS 2007) training?  Want to take advantage of MOSS 2007 development under Visual Studio 2008 and SQL Server 2008?  Never been to Norway? Then check out Sahil Malik’s training program this September 1, 2008.  Details (here). If Norway is a little too far to travel, I can also personally vouch for Ted [...]

Read Full Post »

This is one of those blog posts that I cannot take credit, but want to keep the information handy for a later time. The SPSecurityTrimmedControl shipped with WSSv3 is a very powerful control. It basically allows you to conditionally display content depending on the user’s permission. Thanks to Waldek for his post on conditional security [...]

Read Full Post »

SharePoint user identity is sometimes confusing for developers…. When connecting to external resources (like a SQL database via BDC) what user identity does SharePoint use?  How does SharePoint impersonate when using forms-based authentication? What’s the difference between a Windows user and a WSS User? What is SPSecurity.RunWithElevatedPrivileges? It’s questions like those above the can often [...]

Read Full Post »

I often find myself writing custom XML generators in ASP.NET using Http Handlers.  To test my code I want to open my browser and render the XML – naturally.  In the days of IE6 all was good – I could render the XML and Internet Explorer would show me a nicely formatted view of my [...]

Read Full Post »

I came across some really cool functionality in SharePoint 2007 today….  One of my clients has a deep hierarchy of sites and pages maintained in SharePoint – this hierarchy drives content management for their web site.  Most of the publishing pages on their site have an embedded boolean field, called “Appear on Home Page” as [...]

Read Full Post »

« Newer Posts - Older Posts »

Follow

Get every new post delivered to your Inbox.