Microsoft PlayGround

A Playground for Microsoft Technologies

Entries for April, 2008

Problems with Re-installing Windows SharePoint Services

Problems can occur when you are trying to re-install Windows SharePoint Services. The problem occurred when I was trying to install the Dutch version off WSS after I uninstalled the English version. The Installation of WSS went ok, but when I tried to configure WSS it did not worked correctly. After some searching I found [...]

Useful things for your SharePoint VPC

On several sites there are postings about tools you could have on you SharePoint development VPC. That’s why I thought lets post what I have got on my development VPC. If you do not have a Virtual PC with SharePoint you can take a look at the following posts of Tony Zink. He made 20 [...]

Disabling SharePoint errors (An unexpected error has occurred)

One of the most annoying things I came across when I was developing for SharePoint 2007 is the error: “An unexpected error has occurred”. You can get rid of this by disabling the custom errors. You can do this in two steps: Step 1: Change <SafeMode MaxControls="200" CallStack="false" > to <SafeMode MaxControls="200" CallStack="true" > Step [...]