Bartosz
Bartosz

Reputation: 4776

JetBrains Rider - errors when connecting to on-prem TFS

I am trying to connect latest version (2019.3.4) of Rider to TFS (on premise, TFS 2010).

I went through the steps in their community support (https://rider-support.jetbrains.com/hc/en-us/articles/360000335099-How-to-use-Visual-Studio-s-TFV%D0%A1-local-workspace-in-Rider), and got stuck on the step #6.

Go to VCS -> TFVS -> Manage Workspaces, select your server, and press "Reload workspaces"

I am getting the following error when clicking reload:

enter image description here

If I try to click 'Edit' button, I get a different error:

enter image description here

When I try to view file history, I get this warning

13:50 Problems while loading file history: HTTP 401 Unauthorized

Rider never asked me to authenticate with my VCS (and I see no way of doing that).

What should I do to make it work? Thanks

Upvotes: 1

Views: 1432

Answers (2)

Bartosz
Bartosz

Reputation: 4776

So, the answer by Cece is helpful, but does not solve the problem.

It simply turned out that I need a different plugin to Rider.

The one installed by default in recent releases is for Azure DevOps.

There is another one, called TFS - and that's the one to use. https://plugins.jetbrains.com/plugin/4578-tfs/

enter image description here

Upvotes: 2

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31033

The documentation you refer to is using Visual Studio's TFVС local workspace, while TFS 2010 only supports Server workspace. Local & server workspace:

https://learn.microsoft.com/en-us/azure/devops/repos/tfvc/decide-between-using-local-server-workspace?view=azure-devops

Azure DevOps plugin supports working with Git and TFVC repositories on Azure DevOps Services or Team Foundation Server (TFS) 2015+, and support Local workspace only.

Upvotes: 3

Related Questions