Installing TFS 2012 where some Visual Studio 2010 are still present? - visual-studio-2010

Is it safe to install TFS 2012 where some Visual Studio 2010 dev machines are still present?
Thanks.

You can use VS 2010 with TFS 2012, but you need to install SP1 and a GDR. See the compatibility matrix for more information.
You won't be able to use the new features (like code review) nor create new team projects though.

Related

Is it possible to use Visual Studio 2010 with VSTS?

We have an old MVC2 project stranded in Visual Studio 2010 and assigned to TFS 2010.
Is it possible to copy this project into VSTS and access VSTS in Visual Studio 2010?
Because it is an old project there is no need to migrate the version history.
What are my options?
Yes, you can access Visual Studio Team Services (VSTS) from Visual Studio 2010, however, you will need two software updates:
Visual Studio 2010 Service Pack 1 (KB2736182)
TFS 2012 compatibility update for Visual Studio 2010 (KB2662296)
Having said that, upgrading to Visual Studio 2017 is preferable if you can do that.
To bring your data into VSTS, the easiest way to do that is to use the TFS to VSTS migration tool, which providers an easy, high-fidelity migration into the cloud. However, since you don't require history, you can also perform a manual migration, where you simply check your assets into TFS directly.

MSSCCI provider for Visual Studio 2008 SP1 and TFS 2015

I have Team Foundation Server 2015 installed, and I'm trying to connect Visual Studio 2008 (Version 9.0.30729.4462 QFE) to the team project. I have installed VS 2008 Team Explorer (version 9.0.21022.8).
According to MS, this should be possible using MSSCCI Provider. However, I can't find the version that's compatible with TFS 2015.
Question: Where is the MSSCCI Provider for TFS 2015, or is there another way to connect VS 2008 to TFS 2015 ?
I have tried MSSCCI Provider for TFS 2013, and it failed because it didn't detect TFS 2013 (which makes sense since I have 2015 installed).
Did you install the vs2008 sp1 compatibility GDR? Or else please install it.. https://www.microsoft.com/en-us/download/details.aspx?id=29983
When passing the TFS URL in VS 2008 make sure that you are passing the tfs collection name as well, otherwise vs 2008 will throw error. For example, http://servername:8080/tfs/{collection1}
Edit: Please make sure that you install VS 2008 SP1 before you try steps 1 and 2.
In my case, I had no VS 2008 IDE was installed until yesterday.
Due to some conversion limitations in my company, I had to install the old Visual Studio 2008 to my office PC (Windows 10 Pro x64) and connect it to TFS 2015.
I hope this helps someone else like me:
First I've installed Visual Studio 2008.
And then VS 2008 SP1.
Lastly Visual Studio TeamExplorer 2008. (At least this should be the happy ending but I was wrong.)
Tried to install VS90SP1-KB974558-x86, but it failed. The package seeks for VS 2008 SP1. I think TeamExplorer 2008 overrides sth important for KB974558.
Installed Visual Studio 2008 SP1 again.
VS90SP1-KB974558-x86 installed successfully.
On the page "Connect to Team Foundation Server", add your TFS 2015 server by ignoring the port and protocol section, and write down your own like;
http://TFS_SERVER:PORT_NUMBER/tfs/TFS_COLLECTION_NAME
It fails everytime if I skip the collection name part.
Since I cant comment. I want to say that we have the same problem.
What works is installing the Visual Studio Team Explorer 2013 which includes a Visual Studio Shell 2013 and then we can install the MSSCCI Provider 2013. But thats just a workaround.
We also wonder where the MSSCCI Provider for 2015 is.
You can just use MSSCCI for TFS 2013 to connect to TFS2015 source control in VS2008.
Just as the MSDN article shown, in VS2008, Version Control is available via using MSSCCI Provider. So instead of connect to TFS in Team Explorer, you need to go to File -> Source Control -> Open from Source Control -> Connect to Team Foundation Server. I believe this blog is helpful to you (although it is written for TFS2013 with VS2005, it applies to TFS2015 with VS2008).

How to connect to visualstudio.com TFS using Visual Studio 2008

I have some requirements that I need to use Visual Studio 2008 for a new SSIS package. But we are using visualstudio.com as our source control because we were allowed to use Visual Studio 2012 for our main project.
I tried following the instructions here http://www.visualstudio.com/en-us/get-started/connect-to-vs.aspx and here how to open Team Explorer in Visual Studio 2008 and no go.
Has anyone been able to connect to their TFS server at visualstudio.com from Visual Studio 2008? If so, how did you do it?
Officially VS 2008 is only supported against TFS 2013 (and Visual Studio Online) by using the MSSCCI. However, in practice it still works fine without MSSCCI, MS just no longer tests this particular scenario, so it's not guaranteed to continue working.
Make sure you have the appropriate updates installed, you need:
VSTS 2008 Team Explorer
VS 2008 SP1
TFS 2012 Compatibility GDR
Order of installation is very important. Refer to this article.
Moreover, if you are still having issues connecting to TFS after successfully installing above mentioned updates, consider clearing your IE browsing history (all checkboxes) and retry.
Per MSDN you can access version control on Visual Studio Online with Visual Studio 2008 using Team Explorer for Visual Studio Team System 2008 and MSSCCI 2013.

Is it possible to have both VS 2012 Express and VS 2012 Premium installed?

I need both Visual Studio 2012 Express and Visual Studio 2012 Premium installed because of licensing reasons (I downloaded Visual Studio 2012 Premium from DreamSpark).
Is it possible to have them both installed on the same machine? Won't their installations clash with each other?
I have Visual Studio Express for Web 2012 and Visual Studio Ultimate 2012 installed on the same machine, with no problems that I know of.
It is possible like Alyce sad (+1). I know some colleagues which have 3 and more VS installed. I personally installed two generation (2008 and 2012). In some case installation sequence matters. There are also several Microsoft help-sites about this theme like this one.

Excel plug in for TFS 2012 without installing VS 2012

Is it possible to have the "team" plug-in for Excel (MS TFS 2012) without having to install Visual Studio 2012?
Thank you!
The Excel integration comes as part of Team Explorer for Visual Studio 2012. Installing it installs all the TFS integration bits on your machine (and allows you to install things like the Shell extension power tools). It does also install small Visual Studio shell but one that doesn't include any of the programming tools etc.
You only need a license to access your Team Foundation Server to install Team Explorer (i.e. a TFS CAL) - no additional Visual Studio license required.
You can try installing Visual Studio 2012 express web or some other version, if Team menu is not showing up yet in excel then try installing TFS 2012 Express also try installing Team Explorer for Microsoft Visual Studio 2012

Resources