visual-studio-2013 - TF10175 : The My Project team project does not exist

标签 visual-studio-2013 tfs azure-devops

我从 Visual Studio Online 中删除了一个团队项目。我们在 Visual Studio 2013 的源代码管理中使用该存储库。

自从删除它后,每次加载 Visual Studio 时,我都会在常规输出中收到以下消息:

The server returned the following error: The project with id '{myid}' does not exist, or you do not have permission to access it.

以及以下弹出窗口:

The project with id does not exist, or you do not have permission to access it.

如果我尝试执行任何与源代码控制相关的操作,则会收到以下错误:

TF10175: The My Project team project does not exist.

The team project does not exist

我已从 VS Team Explorer 中的“连接的项目”中删除了该项目。我已经仔细检查过我的所有工作区都没有指向这个存储库。我什至已经从我的电脑中删除了项目文件并重新启动。

最佳答案

我找到了另一个解决方案,这样您就可以避免删除整个工作区。

所以问题是,项目在从工作区中删除之前先从 Visualstudio.com 中删除。为什么结果如此糟糕,这是另一个很好的问题?

我的解决方法如下:

  1. 创建一个与有问题的项目同名的新项目。
  2. 从 VS 导航到团队资源管理器
  3. 来自团队探索:“连接到团队项目”
  4. 选择团队项目...
  5. 选择第 1 步中添加到集合中的问题项目
  6. 点击项目并“配置您的工作区”
  7. map 和获取
  8. [可选] 我遇到问题是因为我在项目中进行了未提交的更改。我通过导航到“待处理的更改”并撤消和/或将它们从 tfs 中排除来解决了这个问题。
  9. 现在可以删除工作区。
  10. 现在工作区已正确删除,可以再次从 Visualstudio.com 中删除该项目
  11. 重新启动 Visual Studio

我不知道上面的步骤是否可以省略,这就是我摆脱“TF10175”的方法,如果有人优化了程序,请发表评论。

关于visual-studio-2013 - TF10175 : The My Project team project does not exist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30238638/

相关文章:

asp.net-mvc - 如何使用 Visual Studio 2013 和 Entity Framework 将 Controller 添加到 ASP.NET MVC?

c# - Team Foundation Server 的 "Client"和 "WebApi"库有什么区别?

visual-studio-2010 - 找不到源文件 'Properties\AssemblyInfo.cs'

azure - 在 Azure Devops Pipeline 中部署之前如何在目标 Windows 服务器上启动/停止 IIS

node.js - Azure管道: Cannot download "https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node"

c++ - unitest 文件(visual studio)上未解析的外部符号

c++ - LNK2001 只有一些内联函数没有解决?

c++ - gflags 不标记任何二进制文件

TFS从子子直接合并到我

powershell - 这个 Azure 错误到底意味着什么?