Won't Fix
Last Updated: 01 Mar 2024 15:09 by Petar
Martin Ivanov
Created on: 24 Nov 2023 09:14
Category: UI for WPF
Type: Bug Report
0
SalesDashboard / ExecutiveDashboard Demos: System.Data.Services.Client.DataServiceQueryException: 'An error occurred while processing this request.'
System.Data.Services.Client.DataServiceQueryException
  HResult=0x80131509
  Message=An error occurred while processing this request.
  Source=Microsoft.Data.Services.Client
  StackTrace:
   at System.Data.Services.Client.QueryResult.EndExecuteQuery[TElement](Object source, String method, IAsyncResult asyncResult)
   at System.Data.Services.Client.DataServiceRequest.EndExecute[TElement](Object source, DataServiceContext context, String method, IAsyncResult asyncResult)
   at System.Data.Services.Client.DataServiceQuery`1.EndExecute(IAsyncResult asyncResult)
   at SalesDashboard.MainRepository.<>c__DisplayClass22_1.<GetDailyActualsVsTargetsByProduct>b__1() in C:\temp\SalesDashboard_WPF_Dev_2023_3_1114_SourceCode\SalesDashboard\ViewModel\MainRepository.cs:line 126
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
1 comment
Petar
Posted on: 01 Mar 2024 15:09

These demos are mainly designed for Silverlight and related to 'modern WCF services' back in the years 2010-2011. Their WPF version is actually a kind of copy of the Silverlight code which means they are now outdated - services are hosted in old storage systems and they are practically non-movable to modern platforms like Azure, unless redesigned and refactored. We took the decision to stop supporting these two demos, due to more development focus we plan on other improvements in our produt.