Questions tagged [windows-10-sdk]

Questions about Windows 10 SDK. A SDK providing headers, libraries, metadata, and tools for building Windows 10 apps.

The Windows 10 SDK is an SDK that provides headers, libraries, metadata, and tools to build apps for Windows 10.

Additional information can be found on Microsoft's Windows 10 SDK Download and New Features of Windows 10 pages.

14 questions
9
votes
6 answers

No references were found in the windows sdk (Windows 1903)

I want to create simple toast notification to action center in windows 10 from a WPF app using this article. But I got problem on Step 2: Right click on the project => Add => Reference... => Windows => Core What I checked: Windows 10 SDK…
Luca Ziegler
  • 3,236
  • 1
  • 22
  • 39
7
votes
1 answer

Devops: Error CS0234: The type or namespace name 'ApplicationModel' does not exist in the namespace 'Windows'

I am trying to set up a build pipeline for the Windows Universal Sample Application File Access Project. The pipeline is using the Azure Pipelines Hosted VS2017 Image The solution builds when I run it in VS locally. Package.appxmanifest…
Kirsten
  • 15,730
  • 41
  • 179
  • 318
3
votes
2 answers

Can I manually delete older version of Windows 10 SDK?

Currently as it stands, I only have Windows 10 SDK 10.0.19041.0 installed, and this is after I uninstalled older versions of Windows 10 SDK. One can check in the Visual Studio Installer that I really only have Windows 10 SDK 10.0.19041.0…
Graviton
  • 81,782
  • 146
  • 424
  • 602
1
vote
0 answers

Windows 10 SDK hangs and wont go any further

I downloaded .exe file from Microsoft site about Windows 10 SDK, and after a long installing process it just hang, as seen on this screen does it need this much time to install? or is it stuck completly? and what to do about it? i need it to use…
KSZLAGK
  • 43
  • 4
1
vote
1 answer

How to get windows laptop current location in C++ application using System.Device.Location namespace

I am trying to retrieve my windows laptop geo location from a C++ application. The below link contain a beautiful example written in C++, but this only works if GPS sensor is present in laptop, and this COM API got deprecated and windows may stop…
Ashish Mittal
  • 643
  • 3
  • 12
  • 32
1
vote
0 answers

Where is latest version of Windows 10 SDK available in Visual Studio 2017 Installer?

According to this Microsoft post about latest Windows 10 SDK version 10.0.17763.132: …. or you can install it by selecting this version of the Windows 10 SDK (10.0.17763.132) in the Visual Studio 15.8 Installer optional components. But when I go…
nam
  • 21,967
  • 37
  • 158
  • 332
1
vote
0 answers

Is it OK to uninstall old versions of Win10 and .NetCore SDKs?

I have a development VM that's taking a lot of disk space. I am trying remove unused apps/tools. I just found out that I am keeping these old versions of Win10 and .NetCore SDKs. I'd like to know if it is ok to remove the old versions and keep the…
Wax
  • 51
  • 7
0
votes
0 answers

Error APPX3217 SDK folder containing 'UAP.props' for 'UAP 10.0.20348.0' cannot be located, even after installing 10.0.20348.0 with choco

I have an ADO build that keeps failing with, Error APPX3217: SDK folder containing 'UAP.props' for 'UAP 10.0.20348.0' cannot be located. That helped me locate the missing 2104 SDK. Earlier in the build, I attempt to remedy this with chocolatey by…
0
votes
0 answers

Outdated Microsoft.Windows.SDK.NET when building with Azure Pipeline

When I build my solution locally, the version of Microsoft.Windows.SDK.NET.dll is version 10.0.18362.21, but when built on Azure Pipeline it is version 10.0.18362.19. Does anyone know what needs to change on Azure DevOps to get version 10.0.18362.21…
Kyle
  • 126
  • 1
  • 10
0
votes
1 answer

Windows 10 SDK / Visual Studio: What dependencies are required on target machines?

I've created a tiny exe file that wraps a 3rd party dll using CLion with Visual Studio 2019 toolchain: It works perfectly fine on my laptop. However when I "install" (=copy&paste) the exe file to another machine (Server 2012 R2 and yes I know this…
beginner_
  • 7,230
  • 18
  • 70
  • 127
0
votes
1 answer

Can’t compile WebView2 project. Need own Callback class template

I am using Visual Studio 2015, version 14.0.23107.0. Project’s target platform is 10.0.17763.0. I have read this article, and did first steps. I downloaded webview2 solution from GitHub and opened it in Visual Studio. Then, via git NuGet I…
Artur
  • 325
  • 2
  • 16
0
votes
0 answers

Enumerate Audio Sessions in Windows

I would like to enumerate all Audio Sessions with Windows Audio Core APIs and be able to manipulate the Sessions Volumes, but I can't find a way to enumerate the audio sessions and get some Interface like the ISimpleAudioVolume Interface. I can only…
Brainiac
  • 191
  • 1
  • 12
0
votes
1 answer

QT Include Windows SDK Library

I am new to Qt and I want to use the AudioSessionManager2 from the Windows SDK. In Qt Creator using this example I've written appended code below. When compiling I get the messages undefined reference to `__imp_CoCreateInstance' undefined…
Brainiac
  • 191
  • 1
  • 12
-1
votes
1 answer

Trouble with VS Code not linking the Windows 10 SDK libraries or included header files

I'm having some issues getting my installation of VS Code to compile even a basic C++ script. The way I installed everything (and I have done this multiple times over) is by first installing the visual studio installer to the default location. Once…