Buck is right. We did not expose any API to create a Team Project. I wish we had but the way the Team Project creation code was originally written was too tied into the VSIP APIs (meaning it had to run inside of VS). When we got around to focusing on the public API it was too difficult to extract this code. This is something we will do in a future version though.
Thank you for the response. But, I understand the 'project creation wizard' example from the 'Visual Studio 2005 Team System Extensibility Kit Beta 2'.
I need to programmatically create a 'TFS Team Project' and so how one can accomplish this from a web application.
To create a Team Project, you will need to use the Team Project Creation Wizard in VS. After connecting to a Team Foundation Server, right click the server in the Team Explorer and choose to create a new team project.
Team Project Creation
shree123
Brian
Danny Vucinec
Thank you for the response. But, I understand the 'project creation wizard' example from the 'Visual Studio 2005 Team System Extensibility Kit Beta 2'.
I need to programmatically create a 'TFS Team Project' and so how one can accomplish this from a web application.
regards,
NewTechCorp
I am not aware of a public API to do what the Project Creation Wizard does, so you have to do it interactively in VS.
Buck
Muntaser
Buck