Asked By
Shaun L Day
0 points
N/A
Posted on - 10/29/2013
Hi,
I am getting the following error message with Visual Studio 2010 TFS Client and often get this problem related to TFS operations. I have tried to reinstall the VS 2010 after getting this annoying error message but still the problem persists. I have repaired the application to fix this issue but I need your assistance to resolve the problem. I would be grateful to you. Thanks.
Microsoft Visual Studio
Team Foundation Error
Method not found ‘System. String
Microsoft.TeamFoundation.Build.Workflow. ProcessParameterError.get_ParameterValue()’.
Team Foundation error in Microsoft Visual Studio
To solve this do as follows:
When you Edit a build definition and open the Processes tab, it starts to load the custom assemblies (if you have any), then it stops before displaying the process parameters, with the message box : Team Foundation Error: Method not found: ‘System.StringMicrosoft.TeamFoundation.Build.Workflow.ProcessParameterError.get_ParameterValue()’
To solve this do as follows:
1. Go to C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEPrivateAssemblies
2. Run gacutil /if Microsoft.TeamFoundation.Build.Workflow.dll
Also it could be resulted after Windows Update installed update KB2813041 in Visual Studio 2010. After I uninstalled this individual update, it started working again.
Here's how to uninstall an individual update. Go to Control Panel > Windows Update > View Update History > Installed Updates (appears in a sentence at the top of the dialog). Then, scroll through the list of updates looking for Visual Studio and then right-click on the update you want to uninstall and click Uninstall.
Another solution : Bind and rebid the project to the TFS server. It has resolved the problem in my case.Â
Good Luck.
Â