Reputation: 899
I've installed the prerequisite (Team Explorer 2013) to the best of my knowledge, but when I try to set up a VCS root to connect to our TFS Version Control server, I continue to get this error message:
"No TFS assemblies were found on the system. Please make sure you have Microsoft Team Explorer installed. Supported versions: 2015 2013 2012 2010 2008 2005"
The Team Explorer
I downloaded from Microsoft just seemed to be a plugin for Visual Studio, which doesn't make much sense as a server-side component
. Anyway, I configured a connection to our TFS box within Team Explorer/Visual Studio on my TeamCity server.
So I have two questions that seem to be undocumented by JetBrains:
I guess I'm looking for a true step-by-step set of instructions that make no assumptions about my understanding of TFS
or Team Explorer, or any assumptions about what I may have already installed on my TeamCity box
.
I've read the two articles on the JetBrains site regarding how to set this up, and they don't cover actually installing and configuring the prerequisites or configuring TeamCity
to discover the Team Explorer assemblies it needs.
Upvotes: 0
Views: 948
Reputation: 31023
Team Explorer is the client software that you use to access Visual Studio Team Foundation Server functionality from Visual Studio. You can simply launch Team Explorer on your TeamCity server to create a team project and check in a project, to validate whether it is installed correctly.
I couldn't find any documentation that mentioned how does TeamCity find Team Explorer assemblies. But, based on my understanding, there is no configuration needed to detect Team Explorer. Please make sure your TeamCity server is running under Windows.
If the issue that can't find Team Explorer persists, you can install VS Premium instead of Team Explorer.
Setting up Jetbrains TeamCity for CI with Team Foundation Server:
Upvotes: 1