惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
P
Privacy International News Feed
Vercel News
Vercel News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - 叶小钗
F
Fortinet All Blogs
Security Archives - TechRepublic
Security Archives - TechRepublic
L
LINUX DO - 最新话题
AWS News Blog
AWS News Blog
Engineering at Meta
Engineering at Meta
Attack and Defense Labs
Attack and Defense Labs
Recent Announcements
Recent Announcements
Recent Commits to openclaw:main
Recent Commits to openclaw:main
PCI Perspectives
PCI Perspectives
Cloudbric
Cloudbric
AI
AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
IT之家
IT之家
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
J
Java Code Geeks
M
MIT News - Artificial intelligence
Cisco Talos Blog
Cisco Talos Blog
V2EX - 技术
V2EX - 技术
Webroot Blog
Webroot Blog
Microsoft Security Blog
Microsoft Security Blog
Cyberwarzone
Cyberwarzone
博客园 - 聂微东
G
Google Developers Blog
W
WeLiveSecurity
罗磊的独立博客
P
Privacy & Cybersecurity Law Blog
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
T
Tailwind CSS Blog
V
Visual Studio Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
Secure Thoughts
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
Google DeepMind News
Google DeepMind News
Google DeepMind News
Google DeepMind News
雷峰网
雷峰网
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
F
Full Disclosure
Blog — PlanetScale
Blog — PlanetScale
The Last Watchdog
The Last Watchdog
P
Proofpoint News Feed

博客园 - Richard Sun

推荐:学习unity3d的好站点 WPF中的MVVM模式 - Richard Sun - 博客园 谈谈我理解的WPF团队模型——在UI Designer与Developer之间 101个Google技巧——Google技巧的终极收集 又一次不太爽的经历 王侯将相,宁有种乎 唱几句反调 为一路通(16tone)开博 一路通没有帮到我 白领小秘Vivien的一个上午 - office SharePoint 协同作业- 之图示例1 NHibernate和Cuyahoga(二)(翻译): NHibernate和Cuyahoga(一)(翻译) NHibernate和Cuyahoga初体验 NHibernate和Cuyahoga初体验 Cuyahoga的安装及结构 DNS在活动目录中的使用常见问题及解答 学生与女老师的对答 (强) 十招轻松搞定社会媒体 jQuery插件集合.(240).
Team Foundation Server (TFS)中关于连接和用户验证的解决方案
Richard Sun · 2008-01-30 · via 博客园 - Richard Sun

Team Foundation Server (TFS)中关于连接和用户验证的解决方案

    
    最近一个项目,
XP操作系统中使用VS2005连接Team Foundation Server进行源码管理和控制。我在使用当中碰到了一个严重问题,和大家分享经历,希望能帮助有同样问题的朋友,更希望有高手能给出更好的解决方案,大家交流一下。

    问题描述:

我用的是TFS客户端,要连接服务器端,获取源码。

1. 打开tool菜单,选择Connect to Team Foundation Server….

2. 然后按照提示输入服务器地址和你要选择的项目。

3. 问题就在这里,这时候会出现用户登陆验证框,要求你输入用户名和密码,如图,当你选择保存用户名和密码后,你会发现你将再也无法修改这个用户名和密码,由于我当初是使用别人的帐号登陆的,现在要改回自己的帐号实在费了一番心血。(强烈建议,千万别记住用户名和密码!!!!!)

从网上知道,有人重装了VS2005都没用,那就是说这个用户名和密码是存储在XP系统中的,而且也提到了无法断开连接这个目前知名的bug。

在开始运行输入rundll32 netplwiz.dll,UsersRunDll,打开用户管理界面,如图。在存储用户名和密码窗口中删除相应记录。

 

解决方案方案二:       

        不要双击,Visuao Studio 2005的快捷方式。用鼠标点右键!选择运行方式

出现如下图,换一种系统帐户登陆(如没有,需要新建一个用户),确定!

重新设置TFS,用你想要登陆的用户名登陆!!

        这就等于是换了个用户使用,这种方法带来的问题是,下次直接使用项目登陆是不能默认登陆为更改后的帐户的,必须每次都右键通过运行方式改变用户登陆,再打开需要编辑的解决方案,非常麻烦。但是能够暂时解决问题。