#SharePoint Custom Help

I recently did a project for a customer, who actually uses a Dutch SharePoint. Since I didn’t know the Dutch words for all of the SharePoint functionalities, I really had to read where I was clicking. This made me find a -for me new- feature in the list of Site Collection Features: “Custom Site Collection … Read more

Property ‘SiteUrl’ contains an invalid URL

When trying to deploy a Business Data Connectivity Model with Visual Studio 2010 you get the following error: Error occurred in deployment step ‘Add Solution’: Property ‘SiteUrl’ contains an invalid URL Solution: Add a property to the Feature.xml File: <Properties> <Property Key=”SiteUrl” Value=”http://sp2010.tripleaconnected.com”> </Properties>