AlexeiScherbakov / osklib

Library for controlling Windows On Screen Keyboard
MIT License
43 stars 13 forks source link

Higher authority error in WPF with .NetCore3.1 #8

Closed ypeng-ming closed 4 years ago

ypeng-ming commented 4 years ago

When I use OnScreenKeyBoard.Open(), I got an error says : System.ComponentModel.Win32Exception: operation required need to upgrade. And I ran program with ADMIN, it still don't work. I tried with .Net Framework4.7.2, it works fine. does anyone know how to solve this problem with .NetCore? Please.

AlexeiScherbakov commented 4 years ago

I finded solution for this. 1.7.0-beta.1 version will fix it and also brings 1909 Windows support

ypeng-ming commented 4 years ago

Thanks, you are so great, I couldn't find solution in last 2 days...