TSService needs label permission

I am trying to do a team build an I am getting the following error:

C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamBuild.targets(114,5): error : Access Denied: User CORP\tfsservice needs Label permission(s) for $/Wynn/TeamBuildConfigurations.
C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamBuild.targets(114,5): error : Access Denied: User CORP\tfsservice needs Label permission(s) for $/Wynn/TeamBuildConfigurations/Auto.
C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamBuild.targets(114,5): error : Access Denied: User CORP\tfsservice needs Label permission(s) for $/Wynn/TeamBuildConfigurations/Auto/CustomAction.targets.
And about 50 more, looks like one for each file in the project. This is obvious a security issue, but where do I set the permissions for the TFSService?I have tried to use the source control explorer and set the security on the properties tab, but they do not stick, go back in and they are gone.I am not sure where to look next.Any help woulbe be greatly appreciated.

Thanks

David

[1990 byte] By [DavidGallivan] at [2007-12-16]
# 1
From a Visual Studio command prompt, you can set source control permission using the following command (the permission should be inherited by the sub-folders).

h permissions /user:corp\tfsservice /allow:label /s: http://your_tf_server:8080 $/

Buck

BuckHodges at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Setup...

Visual Studio Team System

Site Classified