Visual Studio Data Tools 2015 with Team Explorer?

14,749

Solution 1

There is now a stand-alone Team Explorer installer for VS 2017. I recommend going that route so as to not install a bloated Visual Studio.

"When we shipped TFS 2017 and Visual Studio 2017, we didn’t provide a “Team Explorer” like solution. Historically our Team Explorer installer has been available for customers that want a rich client to access version control and some work item tracking features in TFS or VS Team Services. We didn’t release it because we needed to create a new version of it based on the new Visual Studio installer technology that was introduced in VS 2017 and we just didn’t have time to do that before we released. Along with the release of VS 2017.1 today, we are now releasing a Team Explorer installer."

https://blogs.msdn.microsoft.com/bharry/2017/04/05/team-explorer-for-tfs-2017/

Solution 2

Try to find the package C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\TeamExplorer.vsix on another computer with already installed version of VS2015 with Team Explorer. It is about 47 Mb. Then copy it and install on the computer with the integrated shell. This approach has worked for me.

Solution 3

Just try to install SQL Server Data Tools 2015 which uses the VS shell (https://msdn.microsoft.com/en-us/mt186501.aspx), and confirmed this shell doesn't contain Team Explorer plug-in. If you want to use Visual Studio 2015, then install the free Visual Studio Community will be an option.

Otherwise, you may consider using TFS web portal, or the supported Team Explorer version that TFS 2015 supports, like Team Explorer 2013, etc.

Share:
14,749
Gabe
Author by

Gabe

G: 1. 0288 2482 3. 0240 2399 2. 0417 7412 TV: RV6X MTZT RMLY 1H7T 2RMH L3W5 6ZQ5 9WGV G2: 1.) 9486 4606 2.) 4157 5256 3,) 9404 9704 https://pastebin.com/nnKxUEz5

Updated on June 13, 2022

Comments

  • Gabe
    Gabe almost 2 years

    I'm strictly a BI developer (Database projects, SSIS, etc). I'd like to use Team Explorer with my SQL Server Data Tools 2015 installation. I understand that there is not a stand-alone Team Explorer version for Visual Studio 2015. Is Microsoft really requiring us BI Devs to install the full-blown version of Visual Studio? It's awfully inconvenient.. What's the best option for people just needing Data Tools with the ability to connect to TFS?

  • Gabe
    Gabe almost 8 years
    To clarify your answer, the shell doesn't contain the Team Explorer plugin and installing Team Explorer 2013 won't add it to VS 2015 shell. This is in contrast to previous versions. The only solution is to install VS 2015 Community Edition (a minimum of extra 6GB of local disk and bunch of extra stuff I don't need).
  • Cece Dong - MSFT
    Cece Dong - MSFT almost 8 years
    I mean you can use Team Explorer 2013 and VS 2015 shell separately, Team Explorer 2013 won't integrate to VS 2015. But, yes, the direct way is to to install VS 2015 Community Edition.
  • Donald Byrd
    Donald Byrd about 7 years
    It should be noted that the Community Edition is not licensed for Enterprises.
  • Brandon Frenchak
    Brandon Frenchak almost 7 years
    How did you get this to work since newest version of SSDT is for visual studio 2015? docs.microsoft.com/en-us/sql/ssdt/… Did you find a way to get the newest ssdt to work in the visual studio 2017 shell so that you could use this team explorer plugin for 2017? I can't find a team explorer plugin installer for vs 2015 anywhere.
  • brentlightsey
    brentlightsey almost 7 years
    @bpfrenchak The "standalone" Team Explorer installation is really the VS 2017 shell with just Team Explorer installed. I'm currently working by making all changes in VS 2015 SSDT, then having VS 2017 open in another window with Source Control Explorer open. It won't automatically detect when new items are added, but you can right-click the solution parent folder and click "Add Items to Folder". This will detect and try to include new items to be tracked. It's not an integrated experience, but gets the files into TFS with full history.
  • Gabe
    Gabe almost 7 years
    @bpfrenchak Not sure what you mean. Latest SSDT works fine in VS 2017 (per your link). It just doesn't include SSIS yet.
  • Brandon Frenchak
    Brandon Frenchak almost 7 years
    Exactly, at the beginning of your question you ask how to use this with SSIS. A BI developer needs SSRS, SSIS, and SSAS to have a complete toolset. So, your answer doesn't solve the question. Once they support SSIS in 2017 it will. The only way to currently get team viewer explorer added to ssdt with the 2015 shell is by installing something like VS web express, but I didn't put that as answer because it is still too "bloated" like you said. However it is the least bloated fully working solution. Using 2017 is not a viable answer to the question unless one doesn't need SSIS.
  • Brandon Frenchak
    Brandon Frenchak almost 7 years
    Can install a Visual studio express version for enterprises, and it will install the team explorer add in as well.
  • lucazav
    lucazav over 6 years
    It didn't work for me: "The 'Microsoft.VisualStudio.Services.Integration.ServicesPackage‌​, Microsoft.VisualStudio.Services.Integration' package did not load correctly
  • Brandon Frenchak
    Brandon Frenchak almost 6 years
    They released SSIS for SSDT 2017 since this post, however the TFS plugin is broken when using with SSDT 2017 sqlkover.com/ssdt-2017-and-tfs-integration so Cece Dong's answer is still the only solution.