Code Review in Visual Studio 2012, with TFS 2010 - visual-studio

Is it possible to enable Code Review in VS2012 with a TFS2010 server?
Our should we upgrade our TFS server to TFS2012 before its possible?

You need TFS 2012 to use Code Reviews:
This feature is only available when running with VS2012 + TFS 2012. If
you connect to a 2010 TFS server with VS 2012 the code review feature
should not show up in the team explorer.

If you are not going to upgrade TFS from 2010 to 2012 in the near future, there is another option.
You may try Review Assistant by Devart - an alternative code review plugin for Visual Studio.
It has functionality similar to the built-in VS 2012 code review feature.
But it supports integration with TFS 2010 as well as with Git, SVN, and Mercurial.

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.

TFS for Visual Studio 2012

I am using Visual Studio 2012 to work on my ASP.NET Projects.
Currently, I am trying to add my projects to Source Control preferably Team Foundation Server.
Installed TFS 2015 on a server and tried connecting from Visual studio 2012 to add a team project, which is not successful. Please let me know which version of tfs is compatible with VS2012 and details would be appreciated.
I was trying to get TFS 2012 but I got a response from the technical support that 'Based on the search results, the only versions available on the VLSC site are 2013 and 2015.' The techical support person from my workplace was trying to download TFS 2012 as per my request for me to work on the set up.
Please provide any help links available.I haven't done anything on the admin side and this confuses me a lot.
Thanks in advance!
TFS 2015 requires latest Visual Studio 2012 update. Supports Git with Visual Studio Tools for Git extension.
Check TFS requirements and compatibility at website below:
https://msdn.microsoft.com/en-us/library/vs/alm/tfs/administer/requirements
Based on your comments, you're trying to create a new team project in TFS 2015.
In order to create a Team Project, you need to be using the same version of Visual Studio as you're using TFS. So, to create a team project in TFS 2015, you need to use Visual Studio 2015. This can be done from VS2015 Community or Team Explorer 2015.

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.

Can Visual Studio 2010 Express connect to Team Foundation Server 2010?

I know VS 2010 Pro/Premium/Ultimate include TFS connectivity, does VS 2010 Express?
No it doesn't.
See this SO question (What is “missing” in the Visual Studio Express Editions?) - one of the bullet points is no Team Explorer support, meaning to TFS integration.
On this Microsoft page for VS 2010, you can see the the Pro edition with MSDN essentials subscription has none of the TFS features out of the box, suggesting that this is also the case for the express SKUs.
I'm not sure if you can install this http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=329
Though i don't know why you wouldn't be able to install TFS support for free, since microsoft provides a free plugin for Eclipse that you can use.
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4240
If you log onto codeplex, it will give you a free key to use this.
Edit: The following link makes it seems like you can use it in VS
https://tfs.discountasp.net/KB/a843/visual-web-developer-20052008-and-visual-studio-2010-express.aspx
While Visual Web Developer 2005/2008 and Visual Studio 2010 Express will not directly integrate with Team Foundation Server, you can still use the Team Explorer application to connect to your server to check files out for editing.
Assuming that you have already
installed Visual Web Developer
2005/2008 or Visual Studio 2010
Express on your workstation, perform
the following step:
Download and install Microsoft Visual Studio Team Explorer 2010 - ISO.

Does Visual Studio 2010 Beta 2 Include a TFS server?

I recently downloaded Visual Studio 2010 beta 2, and was told it included a TFS server. However I am unsure of if it has/can be installed, or how to start it up if it has been.
Can anyone shed any light on this for me please?
Thanks :)
Thanks for your help :)
I am downloading the ISO of the separate product instead from msdn.
No, beta 2 doesn't include in VS 2010 a TFS. but you can get the beta for TFS 2010 seperate.
VS 2010 with MSDN will include TFS. The MSDN subscription is what licenses you for TFS 2010. You still need a licensed Windows server on which to install it. TFS needs an installation of SQL Server to run. You may use an existing server or you are licensed to run an instance of SQL 2008 express on the application server with TFS 2010.
I believe that you can use the "Go Live" licensing with the 2010 RC now if you already have a subscription.

Resources