Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Secure Input won't compile because it cannot find dlls - Where can I get these DLLs? #22

Open
Presinator opened this issue Dec 7, 2018 · 1 comment

Comments

@Presinator
Copy link

The DLLs that are reuqired are Windows.dll and Windows.ApplicationModel.AppService.dll.
I cannot find these DLLs anywhere on my system. I am updated to build 17134 of the SDK.

@aalmada
Copy link

aalmada commented Jun 5, 2019

I was able to fix it by editing PasswordInputProtection.csproj and adding the version number to the Windows Kits path:

    <Reference Include="Windows">
      <HintPath>$(SystemDrive)\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath>
    </Reference>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants