See the following support page from Adobe:
http://labs.adobe.com/wiki/index.php/PDF_iFilter_8_-_64-bit_Support
Archive for July, 2008
Abobe 32-bit IFilter on MOSS 64-bit Platform
Posted in Everything, Software Development, tagged Microsoft SharePoint on July 15, 2008 | Leave a Comment »
Helper Class for Avoiding Memory Leaks with SPSite and SPWeb Objects
Posted in Everything, Software Development, tagged Microsoft SharePoint on July 11, 2008 | 3 Comments »
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 [...]
Users with Full Control Cannot Create Pages (MOSS 2007)
Posted in Everything, Software Development, tagged Microsoft SharePoint on July 9, 2008 | Leave a Comment »
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 inadvertently [...]
SharePoint InfoPath Submission as Anonymous User
Posted in Everything, Software Development, tagged Microsoft InfoPath, Microsoft SharePoint on July 1, 2008 | 16 Comments »
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 [...]