-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TouchKeyboard seems to depend on UWP #432
Comments
Hey @ite-klass look at issue #417 . You need to modify the path to point at Windows.winmd from your system for the application to work. |
The README says
I expected the VS installer to install it under default locations. Is that not the case? I do not have a file at I have 9 Adding the reference to the two csproj files changes nothing about the type not being found errors.
|
This repository is for WPF samples, but the TouchKeyboard example project seems to depend on UWP namespaces.
TouchKeyboardEventManager.cs imports Windows.Foundation and Windows.UI.ViewManagement.
The project does not compile for me even with the Windows SDK and VS 2022 UWP workflow installed due to the unknown namespaces.
7 references of the project do not resolve.
What am I missing?
The text was updated successfully, but these errors were encountered: