Is it possible to use Visual Studio 2010 with VSTS? - visual-studio-2010

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.

Related

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.

Azure biztalk project in visual studio 2015?

I am trying to install Azure biztalk services SDK and then create project in vs 2013 and vs 2015 community edition but dont see any project template.
I can only see project template for biztalk in vs 2012 professional.
This is also made clear in the link here
http://www.microsoft.com/en-au/download/details.aspx?id=39087
However the issue is the microsoft doesnt sell vs 2012 online anymore and i dont see any reason in buying a 3 year old IDE when i have VS 2015.
So just checking if any one here has been able to create biztalk projects for azure in vs 2015.
Its the same problem with Microsoft at Every Release of BizTalk and Visual Studio, the same question you asked get asked everytime
I have VS 2010 but BizTalk project 2006R2 template doesn't appear
I have VS 2012 but BizTalk project 2010 template doesn't appear
...
You have to know that unfortunately BizTalk Project templates are not backward compatible this means that unless you have VS 2012 you won't be able to get those templates.
BUT There is maybe a chance that you can copy those templates from an existing install and get it on your computer (i'll try this at home and edit my answer later) i think it can work if it does i'll post this stuff

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.

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

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.

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.

Resources