问题描述
使用带有TFS的Visual Studio 2010时出现错误TF20010不支持的字符
I get an Error TF20010 Unsupported Character
。
我执行以下操作:
单击TAB"团队资源管理器"在右上方的窗格
Click the TAB "Team Explorer" on the top right pane
选择项目
选择工作项
Select Work Items
选择团队查询
Select Team Queries
选择我的错误或其他文件夹
Select My Bugs or other folder
在左侧窗格/区域
选择带有我在上面选择的文件夹的选项卡
Select the TAB with the Folder I selected above
选择其中一个错误
Select one of the bugs
尝试在字段中输入一些文本:重现步骤或其他类似文本区域字段
Try to enter some text in the field: Steps to Reproduce or other similar text area fields
我可以输入文字ABC ok
I can enter text like ABC ok
当我点击< Enter>我得到一个黄色/!\图标,上面显示
When I hit <Enter> I get a yellow /!\ icon with a message indicating that
输入了一个不支持的字符。
an Unsupported Character was entered.
ie:ABC< Enter> DEF
ie: ABC<Enter>DEF
点击回车键时发生错误。
Error happens when the enter key is hit.
为什么输入不受支持?
我如何解决这个问题所以不会发生这种情况吗?
How do I fix this so it doesn't happen?
我们公司的其他人使用相同的软件并没有遇到这个问题。
Other people in our company use the same software and aren't having this problem.
感谢
推荐答案
>> ie:ABC< Enter> DEF
>>ie: ABC<Enter>DEF
ABC< Enter> DEF是什么意思?你的意思是键入ABC,然后按Enter键并键入DEF?
What does ABC<Enter>DEF mean? Do you mean you type ABC, then press Enter and type DEF?
请尝试清除TFS缓存并重试(路径为.C:\ Users \ [用户名] \ AppData \本地\微软\团队基金会\ 3.0。)
Please try to clear TFS cache and try again (The path likes . C:\Users\[user name]\AppData\Local\Microsoft\Team Foundation\3.0)
如果仍有问题,请尝试修复VS并重试。
If it still has the issue, please try to repair you VS and try again.
问候
Starain
这篇关于错误TF20010:Visual Studio 2010团队资源管理器团队查询我的错误重现ABC的步骤输入DEF错误TF20010不支持的字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!