This question is locked. New answers and comments are not allowed.
I've downloaded the Sales Dashboard example for Silverlight / ASP.NET and I can't get it to compile because of missing references in the following projects:
Telerik.SalesDashboard.Statistics.TotalRepSales
Telerik.SalesDashboard.Statistics.RepSales
Telerik.SalesDashboard.Statistics.QuarterToDate
Telerik.SalesDashboard.Statistics
They all have references to Telerik.Windows.Controls, Telerik.Windows.Controls.Charting, and Telerik.Windows.Controls.Data
These seem to be windows forms dlls, but the projects are silverlight. When I try to add these dlls in manually it tells me that it is not allowed in a silverlight application. Could someone help me with what the issue is and why these projects are referencing these controls if they are unable to be referenced to begin with?
Telerik.SalesDashboard.Statistics.TotalRepSales
Telerik.SalesDashboard.Statistics.RepSales
Telerik.SalesDashboard.Statistics.QuarterToDate
Telerik.SalesDashboard.Statistics
They all have references to Telerik.Windows.Controls, Telerik.Windows.Controls.Charting, and Telerik.Windows.Controls.Data
These seem to be windows forms dlls, but the projects are silverlight. When I try to add these dlls in manually it tells me that it is not allowed in a silverlight application. Could someone help me with what the issue is and why these projects are referencing these controls if they are unable to be referenced to begin with?