Updating Visual Studio and TFS from 2013 to 2015 - visual-studio

We have several .NET solutions (desktop apps and an MVC website) we've been working on. The projects were all built in VS2013 and are hosted on a TFS 2013 server. We would like to update to VS2015...but I'm a little wary about it. If we update to VS2015, do we also need to update to TFS 2015? Or is it smarter to run VS2015 alongside VS2013? If we do the latter option, would be still need to update TFS to 2015?

You can quite happily use VS 2015 and TFS 2013 together.
In the olden times (TFS 2010 or earlier) you might have wanted to keep the old version of VS around to manage the TFS server but these days most functions are available from the TFS web UI.
The only thing you would need to be careful with is if you are using TFS Build for your CI server. If this is the case you will need to update the version of VS installed on your build agents.

You don't need to update to TFS2015. You can still use VS2015 with TFS2013.
But if you want to build for C#6/.Net 4.6 applications, you need to pay attention to your build enviroment. Such as install MSbuild Tools 14.0, amend the build templates to point to MS Build version 14.0. For detail you can reference: TFS 2013 building .NET 4.6 / C# 6.0

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

New Laptop - Any reason to install Visual Studio 2012 AND 2013?

I've just been given a new work laptop and have an MSDN subscription. My old laptop had VS 2008, 2010 and 2012. I'd rather not install all of these again if I can avoid it. My main question here is whether there any reason to install VS 2012 if I have access to VS 2013? I believe Projects & Solutions are compatible, what other reasons might there be for installing VS 2012 (and for that matter VS 2010) again? If I have an MVC 3 app created with VS2010, will it be possible to open and work with that in VS2013 without having to "upgrade" the project type?
It really depends on what kind of projects you are working on. Each new releases of VS in fact remove certain features.
http://msdn.microsoft.com/en-us/library/vstudio/hh266747.aspx
ASP.NET MVC 3 is not supported by VS2013.
Lex' answer is pretty good. I'd also like to add that if you are using C++/CLI, upgrading to Visual Studio 2013 will force you to target .NET 4.5, which might not at all be desirable if your users only have .NET 4.0 etc.
You can still target the older frameworks, by letting VS2013 use the older "Platform Toolset" from e.g. VS2010 or VS2012, but this will force you to have either one of these installed. I am using this exact scenario (VS2010 + VS2013) and it works quite well. (I have only VS2010 and 2013, not 2012 in that specific virtual machine.)
Update: Here is a MSDN page which backs up my statement about C++/CLI, just for the reference.

TFS 2008 to Build VS 2010 Projects - what version of VS should go on the TFS Server?

I need to get VS 2010 projects that are using Visual Studio Tests building on a TFS 2008 build server. I didn't want to have to install VS 2010 but am now willing to do so after trying the advice one person posted here:
http://www.richard-banks.org/2009/11/how-to-build-vs2010-solutions-using.html
and some other posts I've found but am still getting errors from the VS Test dlls.
What version of VS 2010 do I need to install to support builds with VS Tests for a TFS 2008 build server?
I was able to get VS 2010 projects to build using TFS 2008 source only by installing Team Foundation Server Build and Team Foundation Server 2010 Build agents. I also had to install Microsoft Windows SDK for Windows Server 2008.
I followed the advice here as well to set TFS 2008 build agent to use .net 4:
http://www.richard-banks.org/2009/11/how-to-build-vs2010-solutions-using.html

How can I add a VS 2010 .Net 4.0 build agent to TFS 2008

My company has two development teams using TFS 2008. My team would like to migrate our .Net 3.5 app to the .Net 4.0 framework, but the company is not ready to upgrade TFS to TFS 2010.
Can we still use TFS 2008's team build system but with a Visual Studio 2010 solution/project structure that targets the .Net 4.0 framework?
I am thinking we would need to add a new build agent to TFS 2008 that would have VS 2010 installed. But I am not finding any information on how to do this.
Is this possible? Are there any articles explaining how to do this?
Google and Bing haven't found this nugget yet, but William Bartholomew at Microsoft has explained how to do this.
http://blogs.msdn.com/willbar/archive/2009/11/01/building-net-4-0-applications-using-team-build-2008.aspx
Actually, it is not possible to use a TFS2010 build agent with a TFS2008 server. (what you asked for)
You can however, use the TFS2008 build agent to build .Net 4.0 / VS2010 solutions (this what the accepted answer is linking to). This gets the job done, but you don't get the improved build engine (workflow) and reporting of 2010, but you can't use that anyway with your 2008 server!
This really is the only way to go until you can migrate to a TFS2010 server.

Resources