Sunday, July 31, 2011

Help – Windows Phone 7.1 Emulator crashes my VMWare Workstation

When reading about the Integrating SharePoint 2010 and Windows Phone 7 Training Course on MSDN – I decided to immediately start trying out some stuff.

Since I have some SharePoint 2010 VM instances already setup and I have the Windows Phone 7.1 Development tools installed (the training kit is still written for Windows Phone 7.0 though) – I thought about just using this setup. Remember that you can quite easily access your SharePoint running within the VM instance from your guest by using the VMWare Network Adapter VMNet1 (host only) – (see quick tip – accessing guest from host with VMWare Workstation)

Unfortunately as soon as I started the Windows Phone 7.1 Emulator  - my VM just crashed – this seemed to be an issue with the beta release of Windows Phone 7 as well – check out Windows Mobile 7 Emulator kills VMWare – I tried the workaround outlined here – Round 1, fight! Windows Phone emulator x VMWare but unfortunately it did not work for me …

Anyone another workaround – please leave a comment….

Saturday, July 30, 2011

Integrating SharePoint 2010 and Windows Phone 7 Training Courses available on MSDN

This thing got me really excited – Microsoft has released a new training course on MSDN for building Windows Phone 7 apps for SharePoint 2010.  The training kit is also available as an offline training kit – both the offline and online training kit contain a number of great modules and hands on labs. Enjoy …

Thursday, July 28, 2011

Deploying farm based SharePoint solutions requires access to SharePoint databases

Something you might overlook as a SharePoint developer is the fact that when you are using STSADM commands to deploy your solution you are running under your own account context. This in contrast with actions that you perform using SharePoint central admin which will typically run under the context of the farm service account.

So if you need to deploy/upgrade farm based solutions using stsadm I would typically do the following:

  • Add your account to the local Administrators group on the SharePoint server machine
  • Add the user with the public role and db_owner role on the SharePoint database in SQL Server

For more background information – check out You receive error messages when you try to use the stsadm.exe command line tool to perform administrative operations in Windows SharePoint Services – this support article is written for 2007 but is still valid for 2010.

Monday, July 25, 2011

Introduction to FAST Search Server 2010 for SharePoint

Windows Phone 7 training resources for developers

If you are new to Windows Phone 7 development – there are tons of resources out there – here’s just a small list to get you started (it did for me …)

Windows Phone 7 link collection June 2011

Saturday, July 23, 2011

MSDN Forum Assistant available for download

You can now check out MSDN Forums and receive updates directly on your desktop with the MSDN Forum Assistant. Features include Ask a Question, Latest Post, Thread Updates, Priority Support, and Forum Q&A. You can download the MSDN Forum Assistant here: http://gallery.live.com/liveItemDetail.aspx?li=822a3787-89e8-4c6d-8fc4-a413437d86e9

You can find more information here:

MSDN Forum Assistant Web Site: http://msdn.microsoft.com/en-sg/gg650455

Video Overview: http://www.youtube.com/watch?v=JYrNemrjQc8

Technorati Tags: ,,

Wednesday, July 06, 2011

Claim Based Authentication in SharePoint 2010 for Community Day 2011 on slideshare

About collaboration, innovation and organizational success

Next are a collection of links which I came across during my little stroll on the web when going through my RSS subscriptions which were tagged as interesting reads. Lots of with background information on collaboration, social software, organizational success … and off course SharePoint.

Saturday, June 25, 2011

Cleaning up a rogue SharePoint 2010 Shared Service Application

A couple of weeks ago I run into problems with a SharePoint 2010 Search SSA which apparently did not work anymore. Nothing helped to get it working again so we decided to delete it. Unfortunately doing this through the UI did not work nor did using Powershell. So we decided to just delete the associated SQL database. Afterwards I needed to remove the reference in the SSA administration screen. Luckily there is a stsadm command to do this:

Stsadm -o deleteconfigurationobject -id “GUID identifying the Search SSA”

To get at the GUID for the Search SSA – you can use the Get-SPEnterpriseSearchServiceApplication Powershell command.

This is probably not the recommended way of doing this but if nothing else helps you can still revert to this method.

Tuesday, June 07, 2011

Seven useful tips and tools for Windows Phone 7 developers

If you think I left something out – do not hesitate to leave a comment.

Monday, June 06, 2011

Windows Phone 7 and the LongListSelector

If you are using a Windows Phone 7 you have probably seen the elegant way that you can navigate across all of your contacts in the People Hub by using a jump list with the first letters of the names. If you are not using WP7 take a look at this YouTube video explaining the concept:

If you want to use something similar yourself in your own Windows Phone 7 apps, you should take a look the Silverlight for Windows Phone Toolkit – one of the tools you will find in there is the LongListSelector – this control allows you to build a grouped list of items (basically you are grouping by first letter of the first name or last name).

Here are some links to get you started:

Thursday, May 26, 2011

Having problems with FAST and the Microsoft Information Worker virtual image , try creating a new certificate …

If you want to try out FAST and SharePoint without having to do a complete install yourself you can  use the 2010 Information Worker Demonstration and Evaluation Virtual Machine (RTM) image – which also includes FAST Search Server 2010 for SharePoint. Don’t forget to update the certificate though because this image uses a self signed certificate which has expired – for a detailed description how to do this correctly check out remember to give your SharePoint 2010 Information Worker Virtual Machine a fresh certificate

Wednesday, May 25, 2011

Community Day 2011 registrations are open ….

Registrations are open for Community Day 2011  - do not hesitate to register for this whole day of technical sessions – free of charge. Registrations will be handled on a first come first serve basis – so don’t wait. There are 2 SharePoint related sessions on the agenda as well …

Tags van Technorati: ,,,

Using the default property extractors in FAST and how it works with the search refinements

Property extraction in Fast Search 2010 for SharePoint is a process that extracts information from the textual content of an item which is crawled and then adds this information into a number of crawled properties. Afterwards you map these crawled properties to SharePoint managed properties and use it in your search – within the search refiners, within the search results and even as input for sorting of your search results.

FAST has a number of standard extractors shipped with the product – all of these use a generic dictionary to recognize the different terms within a crawled document:

  • Companies – activated by default and present in the search refiners on the search result page
  • Locations – activated by default but not present in the  search refiners on the search result page
  • Person names  - this one is not activated by default. You will need to modify OptionalProcessing.xml which you can find in FASTSearch\etc\config_data\DocumentProcessor\ . Switch <processor name=”personnameextraction” active=”no”/> to <processor name=”personnameextraction” active=”yes”/>. Afterwards you will need to reset the processorserver using the FAST command line – psctrl –reset (For reference take a look at psctrl.exe reference on Technet). Afterwards you will need to do a full crawl.

Although these extractors use a generic dictionary you still have some control over the way that they work – by defining include and exclude lists of items within the FAST search administration screens – this is nicely explained in this article - Manage property extraction. You can off course also use PowerShell – to fill these include/exclude lists as explained in this blog post -  Property extraction in FS4SP.

If you want to use information from the person names and locations extractors in the search refinemens you will need to modify them and add the following.

For the people refiner:

<Category Title="People" Description="Use this filter to restrict results by people" Type="Microsoft.Office.Server.Search.WebControls.ManagedPropertyFilterGenerator" MetadataThreshold="1" NumberOfFiltersToDisplay="4" MaxNumberOfFilters="200" ShowMoreLink="True" MappedProperty="personnames" MoreLinkText="show more" LessLinkText="show fewer" ShowCounts="Count" />

For the location refiner:

<Category Title="Location" Description="Use this filter to restrict results by location" Type="Microsoft.Office.Server.Search.WebControls.ManagedPropertyFilterGenerator" MetadataThreshold="1" NumberOfFiltersToDisplay="4" MaxNumberOfFilters="20" ShowMoreLink="True" MappedProperty="locations" MoreLinkText="show more" LessLinkText="show fewer" ShowCounts="Count" />

Sunday, May 22, 2011

Introductory information about FAST Search Server 2010 for SharePoint

I will be presenting a MSDN live meeting on Tuesday the 24th of May about FAST Search Server 2010 from a development perspective. For those of you who want to attend – it might be useful to take a look at these links beforehand – since they present an overview of what FAST Search Server 2010 for SharePoint allows you to build as a developer:

If there are more must read articles or videos that you would recommended, just leave a link.

Sunday, May 15, 2011

BIWUG on Community Day 2011

This year’s Microsoft Day will take place on Thursday 23th of June in Utopolis, Mechelen. Community Day is a joint effort of the 14 Belgian Microsoft user groups and brings a whole day of sessions about Microsoft technology … for free.

This year BIWUG (Belux Information Worker User Group) will bring two different sessions:

  • Claim Based Authentication in SharePoint Server 2010 Demystified. In this session we will explore how claim based authentication allows for new ways authentication, authorization and how it enables service oriented architecture in a heterogenous identity environment. This session targets both developers and IT pros and will explain the benefits as well as the caveats around claim based authentication. We will take a look at external identity providers (Windows Live), custom identity providers as well as how ADFS fits into the whole picture.  Speaker: Joris Poelmans
  • SharePoint Governance - Stop thinking about features features features when talking about governance. When designing governance for a SharePoint implementation, a lot (not to say all) energy and words go out to technical stuff, SLA's and not to the things that define the business value. And the business value is not only a perfect technically tuned and performant SharePoint farm(if that even exists) – Speaker: Patrick Sledz

Keep an eye open for the Community Day site - http://www.communityday.be – registration will open soon.

Friday, May 06, 2011

The difference between introvert and extrovert IT person?

Heard on Wednesday on a seminar: What is the difference between an extrovert and an introvert IT person?

The extrovert IT person will be staring at your shoes instead of his own when talking to you….

Technorati Tags: ,,