简体   繁体   中英

does visual studio express 2015 support TFS 2010?

[Update] I understand I can use 2015 side by side with VS 2010, but we've had problems just polluting our environment. If there is a chance someone has done this, it could save me a lot of time and energy instead of going with an install only to find out it doesn't work. It's also unfortunate this isn't documented anywhere.


So just like the title says.

To give some more background we're hoping to use VS2015 with our testers to kick start using selenium, but our task/bug management is all on TFS2010.

I don't want to distort the testers' environment, neither can I play with any of our dev machines to try this out physically. A VM will just not really run on our, not so fast machines.

My google-fu didn't get me to far. The VS2015 Express features does mention TFS , but I want to know specifically if it supports TFS 2010 . Additionally I found a MSDN page . This talks about the various VS and TFS versions but nothing here about VS Express

Related SO posts I found:

You should be able to run VS2010 and VS2015 side-by-side, but not on the same solution/project files.

Once you open an older project in 2015, a project conversion will happen. If I recall correctly, project compatibiliy started to stabilizer around VS2012, but don't quote me on that, I'd say it is not likely.

You will NOT be able to open the same project in both at the same time afaik, so it's a one-time shift that'd meet your needs.

As far as task tracking systems go, you could also opt in on VSTS and do a one-time export of your existing bugs/tasks. Shouldn't take you more than a day or so to plan and migrate those over.

You can open the project with VS2015 but it will be upgraded to a newer state. We recently done this and could not go back using VS2010. Otherwise you can version control and keep both projects, ie the old implementation and the upgraded one. You could try with VS2015 Community Edition.

You sure can run both versions side by side, but not on the same project. Also, the Microsoft Test Manager that comes with Visal Studio 2015 will not connect to TFS 2010. It tells you that it needs an older version of MTM. I am still working out the kinks on our systems.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM