Team Foundation error in Microsoft Visual Studio

Asked By 0 points N/A Posted on -
qa-featured

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.

Team Foundation Error

Microsoft Visual Studio

Team Foundation Error

Method not found ‘System. String

Microsoft.TeamFoundation.Build.Workflow. ProcessParameterError.get_ParameterValue()’.

SHARE
Answered By 0 points N/A #171745

Team Foundation error in Microsoft Visual Studio

qa-featured

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()’

This Message shows in case of an error

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.

 

Related Questions