Visual Studio 团队资源管理器在构建和报告文件夹中显示红十字

发布于 2024-07-16 05:37:54 字数 510 浏览 6 评论 0原文

有什么想法可能是什么问题吗?

一些事实:

- 直接报告链接有效(我可以浏览 http://theserver /Reports/Pages/Folder.aspx?ItemPath=/someSite )

-我有足够的权限

-它曾经工作过,但突然停止工作

-我可以开源控制

-我通过本地 LAN 直接连接到 tfs服务器

- 我的同事没有任何类似的问题

TFSproblem http://img178.imageshack。我们/img178/5871/tfspble.jpg

Any ideas what the problem could be?

Some facts:

-The direct report link works(i can surf to http://theserver/Reports/Pages/Folder.aspx?ItemPath=/someSite )

-I have enough rights

-It has worked and suddenly it stopped working

-I can open source control

-I am directly connected over a local lan with the tfs server

-My colleages do not have any issues like that

TFSproblem http://img178.imageshack.us/img178/5871/tfsproble.jpg

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

土豪 2024-07-23 05:37:54

我不久前遇到了这个问题,找到了我的解决方案 这里。 该解决方案由线程底部附近的“Fern82”描述。

您需要做的是删除以下目录:

C:\Documents and Settings\<Current User>\Local Settings\Application Data\Microsoft\Team Foundation\1.0

接下来在 Visual Studio 命令提示符中运行以下语句:

devenv /resetuserdata

I ran into this a while back and found my solution here. The solution is described by "Fern82" near the bottom of the thread.

What you need to do is delete the following directory:

C:\Documents and Settings\<Current User>\Local Settings\Application Data\Microsoft\Team Foundation\1.0

Next run the following statement in a Visual Studio Command Prompt:

devenv /resetuserdata
笑忘罢 2024-07-23 05:37:54

搜索以下链接以获取完整的解决方案:

问题:报告文件夹上出现红叉并且新 TFS Team 项目创建错误:TF30004、TF30171、TF300224

http://social.msdn.microsoft.com/Forums/en-US/tfsadmin/thread/27eca9a3-39e1-45ce- 8f3c-8af8ede006c6

阿伦桑加尔

Search the following link for complete solution:

Issue: Red cross on reports folder and New TFS Team project creation error: TF30004, TF30171, TF300224

http://social.msdn.microsoft.com/Forums/en-US/tfsadmin/thread/27eca9a3-39e1-45ce-8f3c-8af8ede006c6

Arun Sangal

回忆躺在深渊里 2024-07-23 05:37:54

我也遇到了同样的问题,而且还有一个明显不同的问题,即无法发布。 我找到了发布问题的解决方案,它也解决了我的 TFS 问题!

这可能对你有用。 打开命令提示符并运行以下命令,具体取决于您的 Windows 版本。

regsvr32 "C:\Program Files (x86)\Internet Explorer\ieproxy.dll"

regsvr32 "C:\Program Files\Internet Explorer\ieproxy.dll"

这将重新注册 Visual Studio 使用的 Internet Explorer dll。

I had the same problem, and an apparently separate issue with not being able to publish. I found the solution to the problem with publishing and it also fixed my TFS woes!

This might work for you. Open up a command prompt and run the following, depending on your version of Windows.

regsvr32 "C:\Program Files (x86)\Internet Explorer\ieproxy.dll"

regsvr32 "C:\Program Files\Internet Explorer\ieproxy.dll"

This re-registers an internet explorer dll that is used by Visual Studio.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文