Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TF30172: You don't have permission

Tags:

tfs

I have a tfs server installed, and it allow me to connect, but when try to create a team project, it shows this message.

TF30172: You do not have permission to create a new team project.

All my permission are currently set, or at at least I think so.

What else can I check?

like image 982
Juan Pablo Gomez Avatar asked Jan 03 '13 20:01

Juan Pablo Gomez


1 Answers

This is a know issue with Visual Studio 2010 and Team Foundation Server 2012.

From Buck Hodges' blog:

You must use the Visual Studio Team Explorer 2012 (included in all Visual Studio editions or may be separately downloaded) to create a team project on a TFS 2012 server. If you use VS 2010, you will get an error about not having permission. The error message is very misleading, because it’s not a problem with your permissions.

You should to install this hotfix to resolve this issue.

like image 149
DaveShaw Avatar answered Oct 06 '22 10:10

DaveShaw