Test Plan error - There was an error reflecting 'results' #2089
RameshVeerasankanTR
started this conversation in
General
Replies: 2 comments 1 reply
-
This looks like something that you may need to debug yourself in Visual Studio to see what the issue is. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi MrHinsh, I have similar issue.. waiting for the updates. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you please help me resolve this issue?
I am getting below error, while running Test plan.
Script:
Error: Error while running TestConfigurationsMigrationContext Microsoft.TeamFoundation.TestManagement.Client.TestManagementServerException: Server was unable to process request. ---> Method TestManagementWebService.CreateTestResults can not be reflected. ---> There was an error reflecting 'results'. ---> There was an error reflecting type 'Microsoft.TeamFoundation.TestManagement.Server.TestCaseResult'. ---> There was an error reflecting property 'AnalysisFailureGroups'. ---> There was an error reflecting type 'Microsoft.TeamFoundation.TestManagement.Server.OneMRXTestAnalysisFailureGroup'. ---> Cannot serialize member Microsoft.TeamFoundation.TestManagement.Server.OneMRXTestAnalysisFailureGroup.Dimensions of type System.Collections.Generic.Dictionary
2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], because it implements IDictionary. ---> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Method TestManagementWebService.CreateTestResults can not be reflected. ---> There was an error reflecting 'results'. ---> There was an error reflecting type 'Microsoft.TeamFoundation.TestManagement.Server.TestCaseResult'. ---> There was an error reflecting property 'AnalysisFailureGroups'. ---> There was an error reflecting type 'Microsoft.TeamFoundation.TestManagement.Server.OneMRXTestAnalysisFailureGroup'. ---> Cannot serialize member Microsoft.TeamFoundation.TestManagement.Server.OneMRXTestAnalysisFailureGroup.Dimensions of type System.Collections.Generic.Dictionary
2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], because it implements IDictionary.Beta Was this translation helpful? Give feedback.
All reactions