Posts tagged Sharepoint 2010
How to fix renamed page-layout features in SharePoint 2010 or How we Set the Value of vti_setuppath and Lived to Tell the Tale
Jun 21st
Last week me and my colleague had to fix a nasty problem. In one of our projects someone renamed the feature containing our pagelayouts in Visual Studio. Since the project was already running in a production environment, this caused a “File Not Found” error on all the pages using one of the page layouts in the renamed feature.
Speaking on SharePoint Saturday Holland
Mar 24th
Next Saturday the 26th of march I will be doing a session on SharePoint Saturday together with Donald Hessing about using Managed Metadata in SharePoint 2010. Here is a description (in Dutch) of our session:
Creating a sortable CoreResultsWebPart in SharePoint 2010
Feb 16th
If you are using the out of the box SharePoint CoreResultsWebParts to show your search query results, you are limited to two options for sorting your results: Relevance (Rank) and Modified Date. What if we want to sort our search results to some other column? This post describes how to write code to create a custom CoreResultsWebPart that lets you sort search result on any column you want. Pretty sweet, so let’s get to it!
Using taxonomy fields in SharePoint 2010: Part III
Jan 13th
This is part III in my series about using TaxonomyFields in SharePoint 2010. In this part I will talk about how to search TaxonomyFields. I will show how to set up the metadata properties and how to search TaxonomyFields programmatically. This post continues on my previous posts about this subject:
Using taxonomy fields in SharePoint 2010: Part II
Nov 21st
In this series of posts I will talk about using Taxonomy fields in SharePoint 2010 development. They are a funky bunch and don´t work quite as you would expect. I will talk about the following subjects:
Using taxonomyfields in Sharepoint 2010: Part I
Nov 5th
In this series of posts I will talk about using Taxonomy fields in SharePoint 2010 development. They are a funky bunch and don´t work quite as you would expect. I will talk about the following subjects: