Visual Studio 团队资源管理器在构建和报告文件夹中显示红十字
有什么想法可能是什么问题吗?
一些事实:
- 直接报告链接有效(我可以浏览 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不久前遇到了这个问题,找到了我的解决方案 这里。 该解决方案由线程底部附近的“Fern82”描述。
您需要做的是删除以下目录:
接下来在 Visual Studio 命令提示符中运行以下语句:
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:
Next run the following statement in a Visual Studio Command Prompt:
搜索以下链接以获取完整的解决方案:
问题:报告文件夹上出现红叉并且新 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
我也遇到了同样的问题,而且还有一个明显不同的问题,即无法发布。 我找到了发布问题的解决方案,它也解决了我的 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.