TFS:无法设置新版本
我遇到了此处描述的问题:TFS:无法设置新版本 我使用 Visual Studio 2008。不幸的是,那里提供的解决方案没有帮助。 我尝试删除并再次添加我的 TFS 服务器 - 没有帮助。另外,这不是安全策略或缺乏适当权限的问题,因为我可以通过同样安装在我的计算机上的 Visual Studio 2005 使用同一用户启动新的构建。 另外我的同事们一点问题也没有。
如果其他人也遇到过类似的问题 - 我将不胜感激任何帮助!
I have a problem that is described here: TFS: cannot set up new build
I use Visual Studio 2008. Unfortunately, the solution provided there, didn't help.
I tried to remove and add again my TFS server - no help. Also, it's not a problem with security policies or lack of proper right, because I can initiate a new build, with the same user through Visual Studio 2005, also installed on my computer.
In addition my colleagues have no problems at all.
If someone else have experienced similar problem - I will appreciate any help !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您得到红十字,则很可能是权限问题。在 VS2008 的“团队资源管理器”窗口中,右键单击项目节点并选择“团队项目设置 -> 组成员资格”菜单选项。从那里追踪您的用户所属的组。
接下来,再次右键单击“团队资源管理器”窗口中的项目节点,这次选择“团队项目设置->安全”选项。在此对话框中,找到您的用户组的安全设置。确保为“开始构建”属性设置了“允许”复选框。确认任何更改并退出。
我发现最好在 TFS 服务器上重新启动 IIS,以确保获得机会。
祝你好运 !
If your getting the red cross it is likely that it is a permissions problem. From the 'Team Explorer' window within VS2008, right-click on your project node and select the 'Team Project Settings->Group Membership' menu option. From there trace down the group that your user belongs to.
Next, again right-click on your project node in the 'Team Explorer' window, this time selecting the 'Team Project Settings->Security' option. Within this dialog, find the security settings for your user group. Ensure that the 'Allow' checkbox is set for the 'Start a build' property. Confirm any changes and exit.
I have found that it is best to restart IIS on the TFS server to ensure that the chances are picked up.
Good luck !
这就是我所做的。我不知道为什么问题被解决了,但现在还可以。
我安装了 Microsoft Team Foundation Server 2008 Power Tools,并专门安装了该工具与 Visual Studio 的集成。然后我再次执行了以下说明:
我决定将我的用户(只是我,而不是来自某个域组)添加到权限菜单选项中...然后,从安全选项菜单中我检查了我的用户的“启动构建”选项并重新启动了 Visual Studio。
重新启动后,源代码管理菜单与以前有点不同,但至少我现在可以开始构建了。希望永远:)
Here is what I did. I don't know why the problem is fixed, but it's ok ... for now.
I installed the Microsoft Team Foundation Server 2008 Power Tools and exclusively installed the integration of the tools with Visual Studio. Then I did the following instructions again:
I decided to add my user (just me, not from some domain group) in to the permission menu options ... Then, from security option menu I checked the 'start a build' option at my user and restarted the Visual Studio.
After restarting the Source control menu is a little bit different from what it was before, but at least I can start builds now. Hope It's forever :)
服务器运行的是 TFS 2005 还是 2008?
您是否尝试过在 BPA 工具中运行诊断?
编辑:
Team Build 在 2005 年和 2008 年之间发生了许多重大更改。VS 2008 无法在 2005 服务器上创建新的构建定义。详细信息: http://blogs.msdn.com/buckh/archive/2007/07/27/team-build-compatibility- Between-2005-and-2008.aspx
Is the server running TFS 2005 or 2008?
Have you tried running the diagnostics in the BPA Tool?
EDIT:
Team Build had many breaking changes between 2005 and 2008. VS 2008 cannot create new build definitions on a 2005 server. Details: http://blogs.msdn.com/buckh/archive/2007/07/27/team-build-compatibility-between-2005-and-2008.aspx