I'm trying to build a RIA services project that uses System.ComponentModel.DataAnnotations attributes for validation and display name. The attributes are configured to use resx based strings for the error messages etc.When I build the solution I get the following exception:The code generator 'Microsoft.ServiceModel.DomainServices.Tools.CSharpCodeDomClientCodeGenerator' encountered a fatal exception and could not generate code for project 'C:\Projects\GMS60\40 - BSVehicleManagement\10 - Implementation\Agents\Agents.csproj':Exception has been thrown by the target of an invocation.After starting MSBuild.exe with the /debug option it gives me a bit more information. The inner exception of the TargetInvocationException actually is: Object of type 'System.Collections.Generic.List`1[Microsoft.Build.Evaluation.ProjectProperty]' cannot be converted to type 'System.Collections.Generic.ICollection`1[Microsoft.Build.Execution.ProjectPropertyInstance]The error occurs on line 304 in the Microsoft.RIA.Client.targets file inside in the CreateRiaClientFilesTask MSBuild task
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results