System.InvalidOperationException The Windows Software Development Kit (SDK) required by the XAML constructor was not installed correctly.

I uninstalled and then reinstalled the Visual Studio 2015 community twice, and whenever I run the program after creating a "universal Windows application" in C #, I get an error

'System.InvalidOperationException The Windows Software Development Kit (SDK) required by the XAML constructor was not installed correctly. Consider restoring your installation of Visual Studio or the Windows SDK.

First I reinstalled the Visual Studio community with the SDK, and then it didn’t work, then I installed Community Community Community Community Community Community Community Community Community Community Community Community Community Community, and then downloaded the SDK later.

However, when I run the application on my local machine, the application works fine, without errors.

I was wondering if anyone has a solution to this problem?

+6
source share
1 answer

The problem was resolved by updating the Visual Studio tools and updating the Windows SDK to SDK Update 10 for Windows 10, build 14393.

After I updated the XAML constructor, there were no errors regarding the incorrect installation of Visual Studio or the Windows 10 SDK

0
source

All Articles