TFS 2010 Release Candidate Can’t Create SharePoint Site Error

team-foundation-servervisual studio 2010

I have installed a deployment of Team Foundation Server 2010 Release Candidate and I am connecting through Visual Studio 2010 Ultimate Release Candidate. When I try to create a new Team Project I get an error "TF250044 SharePoint Site can not be created in the following location: Server Name Here" It also tells me that my user account does not have permissions to create sites in SharePoint but my user account has full rights in SharePoint.

I have checked everywhere and as far as I know I have full permissions in SharePoint, if someone encountered this problem and solved it please help.

Thank You!

Best Answer

By default when you try to create a new Team Project, Visual Studio sets a default path for the SharePoint site.

[SharePoint Server]/sites/[TFS Project Collection Name]/[Team Project Name]

What you want to do is create the site collection for the [TFS Project Collection Name] or remove it and create the Team Project Site in the sites root.

Hope this helps.

Related Topic