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?
相关问题
- Getting error: File extension specified '.webt
- Using TFS command line tf.exe how can I copy a rep
- TFS Power tools Migrate doesn't actually migra
- Is It possible to build asp.net core project using
- Visual Studio — does not create exe file
相关文章
- Build errors of missing packages in Visual Studio
- Visual Studio 2015 JSX/ES2015 syntax highlighting
- Is it possible to do a “destroy history” in TFS?
- Edit & Continue doesn't work
- How do I make a TeamCity build appear in the TFS B
- TFS vs. JIRA/Bamboo/SVN [closed]
- Why doesn't my .tfignore file ignore my packag
- Git SubModule Visual Studio
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/
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.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.