是否可以从不同的机器上用 Visual Studio 打开一个项目?

Is it possible to open a project with Visual Studio from different machines?

之前我提过一个问题,现在已经被删除了。有人要求我对我的问题提出一些不同的措辞。对不起,但在这种情况下,我不知道怎么问才好。这是我说的:

At work I've got a desktop with Windows 10 on it. Been working there for 3 years. We using TFS 2015 with TFVC. Recently I was given a laptop, but without enough disk space, so what I have done is on the laptop I mapped a drive to the second drive on my desktop, where I keep all of the Visual Studio projects I work on, that are in TFS. I had hoped I could just open the project on the mapped drive from the laptop to the D: drive on the desktop. But VS complained to me. So, is it not possible to open the same project, on only 1 machine, but being accessed both on the machine and by a mapped drive from another machine?

如果我能说明一下就好了。在我的桌面上,我的 D: 驱动器中有一个项目,因此它位于 D:\Src\LRAT。它在 TFS 2015 中,我们在内部使用 TFVC。

在我的笔记本电脑上,我从桌面映射了驱动器,在笔记本电脑上使用 D:,因为 D 可用。所以,我在笔记本电脑上进入 VS 2017,并尝试在我的笔记本电脑上打开 D:\Src\LRAT 中的项目。但是,尝试这样做会导致 Visual Studio(我之前提到的投诉)发出一条警告消息:

Team Foundation Server Version Control

The solution you are opening is bound to source control on the following Team Foundation Server: http://ourserver:8080/tfs/defaultcollection. Would you like to contact this server to try and enable source control integration?

这让我很困惑!我知道它在源代码管理中。为什么它问我是否要在源代码管理中使用它?我希望能够打开它并使用笔记本电脑上的 TFS/TFVC 来处理桌面上的相同文件和文件夹。弹出警告的对话框有3个按钮,Yes No和Help。单击“帮助”会将我发送到关于 Git 和 VSTS 的非常无用的 link。我不知道如果单击“是”按钮会发生什么,因为我桌面上的那个项目已经在源代码管理中,所以我只是单击“否”,因为我不知道还能做什么。

所以,这导致我问是不是在某种程度上我还不明白打开一个在 VS 2017 中创建并保存到我桌面上 TFVC 下的 TFS 的项目与从我的桌面上打开同一个项目不同笔记本电脑连接到我桌面上的 D: 驱动器?

The solution you are opening is bound to source control on the following Team Foundation Server: http://ourserver:8080/tfs/defaultcollection. Would you like to contact this server to try and enable source control integration?`

这种弹窗信息,通常表示有一些相关的映射问题。请先仔细检查您的工作区映射。

此外,您还可以尝试在团队资源管理器中连接您的项目 -Visual Studio 按照以下步骤操作:

1 视图->'Team Explorer'

2 'Manage Connections'(绿色插头)

3 'Manage Connections'(下拉)-> 'Connect to Team Project'

4 显示您帐户中的项目列表。

5 Select 项目和连接

更多细节请看这个类似的问题--Opening an existing VS2015 solution bound to TFS hangs VS2017RC