Asked by:
Open the code that there in VS 2013 directly in VS 2017 or 2019

Question
-
User81553806 posted
Hi Team,
I am planning to move to VS 2017 or 2019. So I have question.
Is it possible to open the code that there in VS 2013 directly in VS 2017 or 2019?
Thanks & Regards,
Gopi Thakur
Monday, November 11, 2019 4:05 PM
All replies
-
User-821857111 posted
Applications developed in VS 2103 are supported in 2017 and 2019.
Monday, November 11, 2019 4:40 PM -
User288213138 posted
Hi gkrishnat,
Is it possible to open the code that there in VS 2013 directly in VS 2017 or 2019?Each new version of Visual Studio generally supports most previous types of projects, files, and other assets. Visual Studio tries to preserve backwards compatibility with previous versions like Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012. You can also see the Release Notes for which features are specific to which versions.
Each new version of Visual Studio generally seeks to maintain compatibility with previous versions, such that the same project can be opened, modified, and built across different versions. However, there are inevitable changes over time such that some project types may no longer be supported. In these cases, a newer version of Visual Studio won't load the project and doesn't offer a migration path; you need to maintain that project in a previous version of Visual Studio that does support it.
You can see Platform Targeting and Compatibility for which project types are supported in Visual Studio 2019: https://docs.microsoft.com/en-us/visualstudio/releases/2019/compatibility
Best regards,
Sam
Tuesday, November 12, 2019 2:07 AM -
User81553806 posted
Hi There,
I have the custom application in csharp using VS2013(.net Framework 4.5) and SharePoint 2013 in windows 2012 R2.
Will it be opened without migration using VS2017 or VS2019 after setting the .net framework 4.5?
Thanks & Regards,
Gopi Thakur
Wednesday, November 13, 2019 9:24 AM -
User288213138 posted
Hi gkrishnat,
Will it be opened without migration using VS2017 or VS2019 after setting the .net framework 4.5?This is determined by the content of your project.
You can try to open the project in newer version vs.
Best regards,
Sam
Wednesday, November 13, 2019 9:57 AM