.net - Can we install Visual Studio 2017 side-by-side with Visual Studio 2010? -


currently installed visual studio 2010 professional. want install visual studio 2017 community edition side-by-side.

will 2017 break 2010?

microsoft website claims 2017 can installed side-by-side 2015, 2013 , 2012.

on msdn, visual studio 2017 platform targeting , compatibility article claims:

you can install , use visual studio 2017 alongside previous versions of visual studio, including visual studio 2015, visual studio 2013, , visual studio 2012.

but, not mention 2010.

in section "visual studio 2017 support windows development" of msdn page have linked there's table.

in row starts "windows server 2003" reported that:

remote debugging , profiling tools not available. managed development requires using visual studio .net multi-targeting , requires side-by-side installation of visual studio 2010. more information, see: ahead @ visual studio 2012 product lineup , platform support.

so apparently side-by-side installation of visual studio 2010 , visual studio 2017 supported.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -