Donate

This version of Visual Studio requires the April 2014 update to Windows 8.1 (VS 2015)

Hello,
Now that I've got the time to install Visual Studio 2015 Enterprise on my laptop with Windows 8.1 Operating System I decided to give it a go. That's when the moment I opened the installer file, an issue pops out of the screen with the description "This version of Visual Studio requires the April 2014 update to Windows 8.1 and Windows Server 2012 R2 known as KB2919355".
The solution to this issue can easily be found at stackoverflow. But missing the links of the packages needed to resolve the problem. A step by step example is presented below.
1. Download update package 2919442 and install update to your pc. This is the pre-requisite update of package 2919355
   x86
   x64
2. Download update package 2919355 and install update to your pc.
   x86
   x64
3. After those updates have been installed, restart the computer for the updates to take effect.
Cheers! :-)

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Bootstrap Modal In ASP.NET MVC With CRUD Operations