Hi maby someone can help me with this... I wrote a silverlight chart that gets it's data from a wcf service using linq to sql the following code fails and I have no idea why.
DataClasses1DataContext db = new DataClasses1DataContext();
var speeds = db.sao_GetMonthlyInterfaceData(Convert.ToInt64(code), routerSpeed, dateFrom, dateTo);List<String> values = new List< Go to the complete details ...