Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
585
AutoSalesDashboard Sample Problems
posted

I am trying to check out the AutoSalesDashboard.

First problem was that it wouldn't compile - looks like it was expecting a different build version of the Infragistics DLL in the project than was delivered with the ZIP.  I removed all references and added back from my installed version and compile and run works OK now.

However, when I try to open DashboardView.xaml in VS designer it throws an exception :

System.InvalidCastException
Unable to cast object of type 'System.Windows.Data.Binding' to type 'System.IConvertible'.
at System.Convert.ToDouble(Object value) at AutoSalesDashboard.Converters.ValueToStringFormatConverter.Convert(Object value, Type targetType, Object parameter, CultureInfo culture) in C:\Users\brian.AVC\Downloads\NetAdvantage_Silverlight_Showcase_AutoSalesDashboard_Source\AutoSalesDashboard\Converters\ValueToStringFormatConverter.cs:line 46

Is it normal for this to be thrown at design time?

Any way to view the XAML in the designer?