Property ‘SiteUrl’ contains an invalid URL

June 9, 2010

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>


Follow

Get every new post delivered to your Inbox.