BPCUK 2011: Best Practices – Developer

Data Access from Code – keep an eye on event throttling. SharePoint throws an unexpected error, if you try to receive more items than the allowed number: 5000 – use SPLongOperation to show the user the green in progress circle while doing an operations that takes longer time. – things to consider when choosing the … 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>