user16248
user16248

Reputation: 3

Run query in TFS from another server without visual studio installed

I try run query take details from TFS but i get this error

"System.NullReferenceException: Object reference not set to an instance of an object. at TFSWebService.WorkItemQuery.GetWorkItemForReleaseState()"

I add this DLL to my bin

Microsoft.TeamFoundation.Client.dll
Microsoft.TeamFoundation.Common.dll
Microsoft.TeamFoundation.Common.Library.dll
Microsoft.TeamFoundation.dll
Microsoft.TeamFoundation.VersionControl.Client.dll
Microsoft.TeamFoundation.VersionControl.Common.dll
Microsoft.TeamFoundation.VersionControl.Common.Integration.dll
Microsoft.TeamFoundation.WorkItemTracking.Client.dll
Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll

but still same error

NOTE: need to fixed without install visual studio

Upvotes: 0

Views: 149

Answers (1)

Maik
Maik

Reputation: 141

You can try to install a small package. Download and more Information:

Team Foundation Server 2012 Update 1 Object Model Installer

Stand-alone installer for TFS object model

Upvotes: 1

Related Questions