Locked out of using UE5 because Visual Studio 2022 Community is not available anymore - Feedback & Requests - Epic Developer Community Forums
Visual studio community 2019
How to download Visual Studio Community Edition 2017 (not 2019) - Stack Overflow
how can I download the Visual Studio 2022 community version?
What is the difference between Visual Studio and Visual Studio Code?
Is Visual Studio good for Python programming?
What are the limitations of Visual Studio Community vs Professional and Enterprise editions?
Videos
Can anyone tell me how can I download visual studio community 2019 version 16.11.16 ? I can't download it from https://my.visualstudio.com/Downloads?q=visual%20studio%202019&wt.mc_id=o~msft~vscom~older-download . The download buttons are greyed out.
The Microsoft site can be induced to give up different versions.
See: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15
Change the '15' to 16, and 17 and see what you get.
as today the VS 2017 Community can be downloaded via https://aka.ms/vs/15/release/vs_community.exe
Can anyone help me with how to download the Visual Studio 2022 Community version? I searched everywhere on the Microsoft website. There are only the Enterprise and Professional editions available for download. I need it for my university assignment. Can anyone help me?
Hi @Beast,
Welcome to Microsoft Q&A!
You can try to download the VS2019 Community using the link:
https://aka.ms/vs/16/release/vs_community.exe
Sincerely,
Anna
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
VS 2029 is already out-of-support
https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2019
You would need a subscription to get older version
https://visualstudio.microsoft.com/vs/older-downloads/
Better use VS 2022
- Saved the "vs_professional.exe" in my user Download directory, didn't work in any other disk or path.
- Installed the certificate, without the reboot.
- Executed the customized (2 languages and some workloads) command from administrative Command Prompt window targetting an offline root folder on a secondary disk "E:\vs2017offline".
Never thought MS could distribute this way, I understand that people downloading Visual Studio should have advanced knowledge of computers and OS but this is like a jump in time to 30 years back.
I have used the exact steps from here and it worked flawlessly : https://learn.microsoft.com/en-us/visualstudio/install/install-vs-inconsistent-quality-network
In 3 simple steps:
Step 1 : Download the respective Visual Studio 2017 version from the download page (https://www.visualstudio.com/downloads/)
Step 2: Open your command prompt as Administarator, point to where your Visual studio download exe is and execute the following command (this command is specifically for Web & Desktop development) :
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US
Step 3 : Traverse to the path c:\vs2017layout in your command prompt and then run the following command (this command is specifically for Web & Desktop development)
vs_community.exe --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional