Tagged Questions

1
vote
1answer
19 views

How to determine programmatically whether team project has sharepoint portal configured?

In VS.Net 2010 Beta 2: when a team project gets created the wizard offers a choice of whether or not to configure the project's Sharepoint portal. How can I determine programmatica …
0
votes
0answers
30 views

How to build till a particular changeset number TFS API 2010?

Suppose I have a list of changesets 1 to 10. Is it possible to specify that it build till changeset no. 5, instead of building just for a particular changeset or all the changesets …
0
votes
0answers
22 views

Invalid list value for State field while adding or editing Bugs in TFS 2010 Beta 2

I am trying to create/edit work items through the TFS API in my Windows application. I get an error "Invalid list value for State field" when I try creating a new Bug itself. The p …
0
votes
0answers
32 views

Error when triggering a build through the TFS API 2010 Beta 2

Hi I am trying to trigger a build through the TFS API. First, I select the necessary changesets I want, then create a label for them, and then execute a selective build of these c …
0
votes
1answer
20 views

add users to team foundation server 2008 using TFS SDK

How to add users to team foundation server 2008 using TFS SDK? I want to add these users to the contributors group of 1 of my team projects.
0
votes
0answers
26 views

How to create team projects using TFS 2010 Beta 2 API?

I have recently installed VS 2010 beta2 and trying to execute the File.BatchNewTeamProject command as a process in my application. It worked fine in Beta1 but for some reason, I am …
0
votes
2answers
30 views

Is it meaningful to store workitem URIs

I'm considering storing the URI for a workitem from our TFS environment in our helpdesk system, however looking at the URIs TFS gives us (vstfs:///WorkItemTracking/WorkItem/327), t …
0
votes
2answers
107 views

Get .sln file from Team Foundation Server SDK

I'm writing a check-in policy for Team Foundation Server, and would like to know if there's any way to get the path to the project solution's .sln file with the TFS SDK. Seems lik …
0
votes
1answer
82 views

Is there a way to create a new team project using the TFS SDK?

I'm just getting started with the Team Foundation Server SDK and I'm wondering if there is a way to create a new Team Project using the SDK. My goal in doing this is to create so …