See the following support page from Adobe: http://labs.adobe.com/wiki/index.php/PDF_iFilter_8_-_64-bit_Support
Posts Tagged ‘Microsoft SharePoint’
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 | 5 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 [...]
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 [...]
SharePoint Training
Posted in Everything, Software Development, tagged Microsoft SharePoint, Training, Visual Studio on June 7, 2008 | Leave a Comment »
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 [...]
Certified Microsoft Office SharePoint Server Developer
Posted in Everything, Miscellaneous, tagged Microsoft SharePoint on May 6, 2008 | 4 Comments »
It's now official, I am now certified as a MS-TS MOSS Application developer [:)] Next hurdle: MOSS configuration, and then .NET certification. Update 5/7/2008 – I took the WSS application exam today (for kicks) and passed.
SPSecurityTrimmedControl
Posted in Everything, Software Development, tagged Microsoft SharePoint on April 14, 2008 | Leave a Comment »
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 [...]
SharePoint Identity
Posted in Everything, Software Development, tagged Microsoft SharePoint on January 25, 2008 | 5 Comments »
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 [...]
SharePoint Custom Content & Structure Report
Posted in Everything, Software Development, tagged Microsoft SharePoint on January 9, 2008 | 2 Comments »
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 [...]
"Submit" ASP.NET and SharePoint
Posted in Everything, Software Development, tagged ASP.NET, Microsoft SharePoint on January 2, 2008 | 2 Comments »
One of my developers and I ran into an interesting problem today – we’d migrated a web site over to SharePoint 2007 (using a popular content migration tool) and found that all page postback calls in SharePoint were giving JavaScript errors, specifically: Object doesn’t support property or method. Turns out that our master page and page [...]
