Search
May 2012 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Archive
- March 2012 (1)
- February 2012 (1)
- July 2011 (1)
- February 2011 (3)
- January 2011 (1)
- November 2010 (6)
- October 2010 (6)
- April 2010 (1)
- November 2009 (1)
- February 2009 (2)
- January 2009 (1)
- October 2008 (1)
- September 2008 (2)
- August 2008 (4)
Tags
-
Recent Posts
- This view cannot be displayed because the number of lookup and workflow status columns it contains exceeds the threshold enforced by the administrator
- Failed to initialize session with document engine: Unable to resolve Contentdistributor
- Unexpected error when creating Fast Search Center
- SharePoint 2010 – Enable refiner web part counts
- Accessing the Global Assembly Cache using Windows Explorer
-
Recent Comments
- Beheerde metagegevens – ”De Vereiste functie is niet voor dit kolomtype ingeschakeld.” | John Bontjer on Managed Metadata Service – The required feature is not enabled for this column type
- Updating SharePoint Managed Metadata Columns with PowerShell | MSDN Blogs on Updating a Column Across All Items Within a List
- jenzzzisimon on Managed Metadata Service – The required feature is not enabled for this column type
- uk directories on SharePoint Internal Field Names – SharePoint 2010
- asp.net, c#,javascript on SharePoint Memory Leak
Links
Category Archives: C#
SharePoint object model updates not triggering workflow
A situation I have observed a number of times while working with the SharePoint object model is that workflows don’t appear to be triggered on update calls. In the past I have worked around this issue by simply adding some … Continue reading
Posted in .Net, C#, MOSS, SharePoint, SharePoint 2010, Workflow, Workflow
Tagged .Net, c#, MOSS, SharePoint, SharePoint 2010, workflow
Leave a comment
HttpWebRequest and SSL
I had a problem recently with a custom SharePoint page attempting to perform a HTTPWebRequest on an SSL enabled site. When taking a look at the event log it became clear that this was due to SSL certificate errors. An … Continue reading
Posted in .Net, ASP.Net, C#, IIS, SharePoint, SharePoint 2010
Tagged c#, IIS, IIS 7, SharePoint, SharePoint 2010
Leave a comment
MOSSPH – C# Protocol Handler (with bug fixes)
I have recently had a need to index some custom content sources within MOSS and have been using the MOSSPH protocol handler which can be found on CodePlex (http://www.codeplex.com/MOSSPH) to help me achieve this. The downloadable solution has everything you … Continue reading
Posted in .Net, Bug Fix, C#, Protocol Handlers, SharePoint
Leave a comment