Click here to Skip to main content
15,885,936 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to do some work on it after several years being away from it. I no longer have VS 2015 installed. Should I get the latest VS and upgrade app or reinstall SS 2015? One change will include accessing the cloud via AWS. Does this influence my decision?

What I have tried:

I have not reinstalled VS 2015 at this point.
Posted
Updated 28-Oct-20 10:04am
Comments
Dave Kreskowiak 28-Oct-20 15:22pm    
The latest Visual Studio will do just fine.

If you install VS2015, then you restrict the framework versions you can target to just those supported by VS2015 - which means that if any of the API(s) you need to ungrade to the cloud are built for a later version you can't use them at all.

I'd recommend the latest version - it'll load the earlier project with no problems, as well as allowing you to support any framework version you need later for AWS etc.
 
Share this answer
 
Comments
Maciej Los 29-Oct-20 3:07am    
5ed!
 
Share this answer
 
Comments
Maciej Los 29-Oct-20 3:07am    
5ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900