Friday, May 19, 2017

Unable to create team proejct from VS 2013.4

I just saw this exact problem (TFS 2013 Update 4 and Visual Studio 2013 Update 4). I found the solution posted here on the Microsoft Connect site solved the problem. In short, uninstalling some assemblies that were mistakenly installed got everything working again.
1. Close all instances on Visual Studio and Microsoft Test Manager
2. Open Visual Studio command prompt in admin mode.
3. Perform the following steps:
   ngen uninstall Microsoft.TeamFoundation.TestManagement.Client
   ngen uninstall Microsoft.TeamFoundation.TestManagement.Common

No comments:

Post a Comment