I'm experimenting with the Silverlight 4 SDK DataPager. I have some code in my XAML that looks like this:
<sdk:DataPager
x:Name="dataPager1"
PageSize="100" />
As SOON as I paste that into my XAML the designer breaks with this odd message:
Error HRESULT E_FAIL has been returned from a call to a COM component.
But if I close the designer and re-open then that error goes away. However, the preview in the designer of my user control is completely broken. At runtime it works though.
Any idea why the DataPager and the designer don't seem to be getting along?