TF31002: Unable to connect to VisualStudio Online with VS 2013 but I can using web access - Windows 8.1. FIX: 1. Close all instances of Visual Studio 20132. Delete this folder in the registry (just “TokenStorage” – nothing else): HKEY_CURRENT_USER\So…
VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002   TF31002: Unable to connect to VisualStudio Online with VS 2013 but I can using web access - Windows 8.1. FIX: 1. Close all instances of Visual Studio 20132. Delete this folder in the registry (…
/* Author: Jiangong SUN */ To delete team project from TFS Visual Studio, you need to use "TFSDeleteProject.exe", located in "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE" Enjoy coding!…
问题描述 TFS 在visual studio中使用正常,可是git pull运行失败,提示 authentication fails. 初步判断原因为默认的 credential.helper 与 TFS 不兼容导致. TFS 2015 与 Azure Devops(TFS 2019)都有这个问题.TFS2019建议使用ssh认证方式绕过这个问题,这样也更加安全. 解决方法 使用管理员身份运行 git-bash / cmd / powershell 执行以下指令 git config --sy…
----不定时更新 vs2012 智能提示消失解决办法 一般你可以重启vs就可以解决问题,最蛋疼的是你重启也没用.只能重置,再不行就重装vs,再不行你就重装系统......扯淡了... 重置Visual Studio可以解决此问题, 方法:开始->Microsoft Visual Studio 2012->Visual Studio  Tools->Visual Studio 2012 命令提示,cd C:\Program Files (x86)\Microsoft Visual Stu…
错误:Visual Studio 2013 按照成功后,可以创建空web项目,但不能建webform 和 mvc 项目. 提示系统找不到指定文件,0x80070002. 解决方式: Step1: Within VS, Tools > Extensions and Updates Step2: Expand Online and choose Visual Studio Gallery Step3: Search for NuGet Package Manager for Visual Studi…
问题: 错误 未能将“obj\Debug\Server.exe”复制到“bin\Debug\Server.exe”.超出了重试计数 10.失败. Server 错误 无法将文件“obj\Debug\Server.exe”复制到“bin\Debug\Server.exe”.文件“bin\Debug\Server.exe”正由另一进程使用,因此该进程无法访问此文件. Server 无法将文件obj\Debug\*.exe复制到bin\Debug\*.exe,对路径“..\bin\*.exe”的访问被…
遇到这个问题纠结了好久,试了好多的方法,其中我的问题是,先安装了.net frameword4然后又安装的IIS. 正确方式应该是先安装IIS 然后安装.net framework;且应用程序池没有启用32位应用程序(开发过程需要启动才行) 引以为戒!…
由于使用了clean或是clean up导致和svn断开链接 1.下载一个sqlite3.exe 2.将sqlite3.exe放到本项目的.svn同级目录下(.svn默认是隐藏,让.svn文件夹显示查出来(工具->文件夹选项->显示隐藏文件)) 3.sqlite3 .svn/wc.db "select * from work_queue"(查询是否有队列) 4. sqlite3 .svn/wc.db "delete from work_queue"(删除…
1.先将鼠标移动到桌面右下角的显示桌面按钮处,选择右侧按钮列表中的搜索列表,输入cmd.exe,右击搜索结果,选择以管理员身份运行. 2.然后输入netsh winsock reset catalog重置LSP.…