I spent about 4 hours to get the Silverlight 5 + Ria Services SP1 working draft created in Visual Studio 2012 + Windiws 7 + .NET Framework 4 in Visual Studio 2015 + Windows 10 to fix this error.
Initially, I could not get it to work in Visual Studio 2015 at all.
So, I installed Visual Studio 2013 (full type installation) + Service Pack 5 and I get fewer errors.
After that, I installed all the old Silverlight stuff like the WPF Toolkit , after which I just opened the solution, and the unique error was about
silverlight MatchTimeoutInMilliseconds error: allow DomainServiceClientCodeGenerator
Thus, without additional changes to the project properties, I installed .Net Framework 4.6.2 Preview
AND THIS ERROR REMAINED !!!
I compiled this solution, and after that I was able to compile it under Visual Studio 2015.
I hope the time I spent helps someone.
source share