Unable to install visual studio 2019 community edition in windows 10 - visual-studio

Unable to install visual studio 2019 community edition in windows 10. Tried out all know possibilities.Working on a project in Unreal engine.
Issue is installer in not opening and stuck...
Thanks

After trying out several possibilities, installing latest Windows 10 SDK
(The Windows 10 SDK (10.0.18362.0) for Windows 10, version 1903)
could resolve the issue. thanks for the support. Could see installer window and proceed with installation of Visual studio.

Related

Windows universal app in VS2013

Is it possibility to create windows universal app for windows 10 in Visual Studio 2013? Should I install some kind of SDK, and after that everything will be ok or I have to use VS2015?
VS2013 won't work, you have to use VS2015.
You can run VS2015 on Windows 10, Windows 8.1 or Windows 7 to create Windows 10 apps.
Make sure to install the components for Windows Universal App Development during the installation of VS 2015. VS 2015 can be installed side by side with VS 2013.
More info can be found on MSDN
No need to have 2015. Not everyone is having this.
If you are using a different development environment than Visual Studio 2015, you can download a standalone Windows SDK for Windows 10 installer. Note that you don’t need to install this SDK if you’re using Visual Studio 2015 Update 3 – it's already included.
https://developer.microsoft.com/en-us/windows/downloads
Below is the link for SDK
https://go.microsoft.com/fwlink/p/?LinkID=822845
Ramprasad.

Visual Studio 2015 can't build Windows 10 universal app?

I was using Visual Studio 2015 RC and building Windows 10 App with no problem. Once I upgraded to Windows 10, I also upgraded my VS but after that I cannot run and build my Windows 10 app.
I downloaded the VS 2015 here, when I chose custom install, there was no "Universal Windows App Development Tool" option as described here. I could only see a "Windows 8.1 and Windows Phone 8.0/8.1 Phone" option.
What's wrong with my install? Am I downloading the wrong file?
I think the new tools just came out a few hours ago, you can get the tools through this links :
For VS 2015 Community
For VS 2015 Professional
For VS 2015 Enterprise
Hope it helps.
Install the Windows 10 SDK (Build 10240) and the Windows 10 Developer Tools. No you see the Universal Template Items in the New Project dialog.
you need to install the latest SDK which was released yesterday for Windows 10 Final Version. http://dev.windows.com --> SDK Download
From the Microsoft website:
Note: This release does not support developing for Windows 10 until July 29. Continue to use Visual Studio 2015 RC until July 29 if you are developing Universal Windows apps.
I guess it hasn't been updated yet. Perhaps depending on country, location, or installing an update that is to be released today.
Looks like it was a time/date problem: I modified my VisualStudio 2015 just a second ago: the universal tools option appeared and installed. Look at channel9 for instructions.

Installing Visual Studio 2012 in Windows 8

I have recently installed Windows 8 Preview. I would like to install Visual studio 2012. The problem is VS 2012 is looking for .Net 4.5.x. When I install .Net 4.5.x, it tells me that it is already part of the operating system. Any workarounds ?
The latest Visual Studio RTM versions won't install on Windows 8 Release Preview.
You can try one of RC versions:
Microsoft Visual Studio Ultimate 2012 RC
http://www.microsoft.com/en-us/download/details.aspx?id=29917
Microsoft Visual Studio Express 2012 RC for Windows 8
http://www.microsoft.com/en-us/download/details.aspx?id=29915
To solve the issue download Visual Studio 2012 though Microsoft Dream Spark, rather than any other source i had the same issue on two separate machines.... this fixed both.
Link to Dream Spark: https://www.dreamspark.com/Product/Product.aspx?productid=44
I hope this helps everyone.
Thanks Andrew.
Please Format the system and install the RTM Builds Of WINDOWS 8 and VS 2012

Windows Phone Developer Tools January 2011 Update is not being installed

I am new to the windows phone development, and I am struggling to get everything installed related to the windows phone development tools. I had already MS Visual Studio 2010 Ultimate - ENU with SP1 installed on my machine (with Windows 7 Enterprise + Windows 7 SP1). I installed the Windows Phone SDK 7.1 (http://www.microsoft.com/en-us/download/details.aspx?id=27570), and then Windows Phone Developer Tools RTW successfully. But when I tried to open Visual Studio, it said that only a few Visual Studio components had Visual Studio SP1, and in order to open the Visual Studio I had to install the complete Visual Studio SP1. So then I reinstalled the Visual Studio SP1 and the Visual Studio started working fine.
Now I have MS Visual Studio 2010 Ultimate - ENU with SP1, Windows Phone SDK 7.1, and Windows Phone Developer Tools RTW installed on my machine, but when I try to install Windows Phone Developer Tools January 2011 Update, following error message is displayed:
"The update patch cannot be installed by the windows installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch."
I have verified everything. Does anyone know what am I doing wrong?
Try uninstalling the developer tools completely then install dev tools rtw followed by patch and then sdk
I guess something goes wrong with your Visual Studio SP1 installation, so to uninstall all the developer tools and then doing the fresh installation would be the good Idea.
You can do the installation in this sequence..
Win 7 SP1
Visual Studio
Visual Studio SP1
WP7 developer tools
WP developer tools update
Hope it helps.
That update that is throwing an error is not required. The order of installation is detailed on this page: http://create.msdn.com/en-us/resources/downloads
You want to be installing the SDK 7.1 and then the SDK 7.1.1 update.
There's no need for you to uninstall Visual Studio here.
Regards,
Paul

Visual Studio 2010 SDK won't install with VS 11 Developer Preview Present

Trying to install the Visual Studio 2010 SDK but it aborts with an error saying I don't have Visual Studio 2010 installed. I of course have 2010 installed. I also have the Visual Studio 11 Developer Preview installed. I suspect this might be the issue. Is this known? Is there a workaround (I couldn't find one). Running on Windows 7, 64 bit.
It turns out that there is an SDK and and SDK SP1. If you have VS 2010 SP1 installed (like I have) then only the VS 2010 SDK SP1 will install. Easy as that and nothing to do with VS 11 as I thought.
It's always recommended to install your oldest version of Visual Studio first and move on up to your newest. Uninstall 11 first, then install 2010, and then install 11. You might have better luck than you have so far.
Good luck, and hope this helps.

Resources