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>

1 thought on “Property ‘SiteUrl’ contains an invalid URL”

  1. Thank you so much, Kate! I spent hours wondering why my model was not showing up. No error messages and a successful deployment every time. Very misleading.

Leave a Comment