TFS & Visual Studio ALM – by Neno Loje

(formerly Team System, VSTS)

Entries from May 20th, 2015

Team Project creation fails with System.MissingFieldException

May 20th, 2015 · No Comments · TFS 2013, Troubleshooting TFS

The Problem You are trying to create a new Team Project in TFS and receive the following error: Module: EngineEvent Description: TF30162: Task “TestVariable” from Group “TestManagement” failedException Type: Microsoft.TeamFoundation.Client.PcwExceptionException Message: System.MissingFieldException: Field not found: ‘Microsoft.TeamFoundation.TestManagement.Common.WitCategoryRefName.SharedDataSet’.   at Microsoft.TeamFoundation.TestManagement.Client.TestManagementTeamProject.get_SharedParameterDataSetWorkItemTypeName()   The Solution Run the following on the TFS 2013 application tier (in command prompt as admin): […]

[Read more →]

Tags:

nuget.exe fails with Response: Invalid URI: The hostname could not be parsed.

May 20th, 2015 · 1 Comment · NuGet

The Problem You are using a custom NuGet feed when running nuget.exe you receive the following error message: Response: Invalid URI: The hostname could not be parsed. The Solution Double-check the URL you are using (for example, try opening it on a browser). Typically, the URL should end with /nuget (for some servers like ProGet […]

[Read more →]

Tags: