While Using Silverlight if you are getting the following Error "
The type or namespace name 'IValueConverter' could not be found (are you missing a using directive or an assembly reference?)" Just Include namespace
System.Windows.Data; in your code behind.
No comments:
Post a Comment