Since upgrading to RC0 from SL2 B2 the following line of code in my Page.xaml gives a AG_E_PARSER_BAD_PROPERTY_VALUE
...anyone have any ideas? I didn't see anything in the breaking changes document. It seems to be the binding mode in the snippet below.
ItemsSource="{Binding Mode=TwoWay, Source={StaticResource ProductListDS}}"