I'm doing some Silverlight databinding, and get a strange message in the
Output window when running in debug mode:


BINDING: Can't convert type myFosters.SilverlightOrder to type
System.Windows.DOWrapper
BINDING: Can't convert type myFosters.SilverlightOrder to type
System.Windows.DOWrapper
BINDING: Can't convert type myFosters.SilverlightOrder to type
System.Windows.DOWrapper
BINDING: Can't convert type myFosters.SilverlightOrder to type
System.Windows.DOWrapper

        <ListBox x:Name="ordersList" ItemsSource="{Binding}">
            <ListBox.ItemTemplate>
                <DataTemplate>
                    <myFosters:OrderStatusLine DataContext="{Binding}" />
                </DataTemplate>
            </ListBox.ItemTemplate>
        </ListBox>

So basically I create a custom control for each SilverlightOrder and bind
it...

I tried googeling for System.Windows.DOWrapper - No hits...

Any ideas?

The app runs fine, and I can bind to properties on the SilverlightOrder
object inside the OrderStatusLine control, but I still want to figure out
what that message means.

cheers,
Jonas



------------------------------------------------------------------- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

Reply via email to