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 )
- 直接报告链接有效(我可以浏览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
- 我通过本地局域网与tfs服务器直接连接
-My colleages do not have any issues like that
- 我的同事没有这样的问题
TFSproblem http://img178.imageshack.us/img178/5871/tfsproble.jpg
3 个解决方案
#1
I ran into this a while back and found my solution here. The solution is described by "Fern82" near the bottom of the thread.
我前一阵子跑到这里,发现我的解决方案。解决方案由线程底部附近的“Fern82”描述。
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:
接下来,在Visual Studio命令提示符中运行以下语句:
devenv /resetuserdata
#2
Search the following link for complete solution:
搜索以下链接以获取完整解决方案:
Issue: Red cross on reports folder and New TFS Team project creation error: TF30004, TF30171, TF300224
问题:报告文件夹上的红叉和新TFS团队项目创建错误:TF30004,TF30171,TF300224
http://social.msdn.microsoft.com/Forums/en-US/tfsadmin/thread/27eca9a3-39e1-45ce-8f3c-8af8ede006c6
Arun Sangal
#3
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!
我有同样的问题,而且显然是一个单独的问题,无法发布。我找到了发布问题的解决方案,它也修复了我的TFS问题!
This might work for you. Open up a command prompt and run the following, depending on your version of Windows.
这可能对你有用。打开命令提示符并运行以下命令,具体取决于您的Windows版本。
regsvr32 "C:\Program Files (x86)\Internet Explorer\ieproxy.dll"
regsvr32“C:\ Program Files(x86)\ Internet Explorer \ ieproxy.dll”
regsvr32 "C:\Program Files\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.
这将重新注册Visual Studio使用的Internet Explorer dll。
#1
I ran into this a while back and found my solution here. The solution is described by "Fern82" near the bottom of the thread.
我前一阵子跑到这里,发现我的解决方案。解决方案由线程底部附近的“Fern82”描述。
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:
接下来,在Visual Studio命令提示符中运行以下语句:
devenv /resetuserdata
#2
Search the following link for complete solution:
搜索以下链接以获取完整解决方案:
Issue: Red cross on reports folder and New TFS Team project creation error: TF30004, TF30171, TF300224
问题:报告文件夹上的红叉和新TFS团队项目创建错误:TF30004,TF30171,TF300224
http://social.msdn.microsoft.com/Forums/en-US/tfsadmin/thread/27eca9a3-39e1-45ce-8f3c-8af8ede006c6
Arun Sangal
#3
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!
我有同样的问题,而且显然是一个单独的问题,无法发布。我找到了发布问题的解决方案,它也修复了我的TFS问题!
This might work for you. Open up a command prompt and run the following, depending on your version of Windows.
这可能对你有用。打开命令提示符并运行以下命令,具体取决于您的Windows版本。
regsvr32 "C:\Program Files (x86)\Internet Explorer\ieproxy.dll"
regsvr32“C:\ Program Files(x86)\ Internet Explorer \ ieproxy.dll”
regsvr32 "C:\Program Files\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.
这将重新注册Visual Studio使用的Internet Explorer dll。