Hi.
I can build my Silverlight project using OpenRiaServices.Client.Core v4.4.0.3 and Telerik UI for Silverlight 5 2014.3.1326.
However, if I upgrade the OpenRiaServices.Client.Core NuGet packages to v4.5.0+, then I get the following build error:
"C:\MyProject\MyView.xaml : error : Cannot resolve reference assemblies. Please check the reference assemblies. Could not load file or assembly 'OpenRiaServices.DomainServices.Client, Version=2.0.5.0, Culture=neutral, PublicKeyToken=2e0b7ccb1ae5b4c8' or one of its dependencies. The system cannot find the file specified."
This is because the new OpenRiaServices.Client.Core v4.5 NuGet packages reference OpenRiaServices.DomainServices.Client, Version=4.0.0.0, but "Telerik.Windows.Controls.DomainServices.OpenRia.dll" references OpenRiaServices.DomainServices.Client, Version=2.0.5.0.
Is it possible to provide an updated "Telerik.Windows.Controls.DomainServices.OpenRia.dll" which references OpenRiaServices.DomainServices.Client, Version=4.0.0.0?
Thank you.