Click once application won't run on windows 7, 8 after allowing dpiAware #3930
Unanswered
markismail7
asked this question in
Q&A
Replies: 2 comments
-
Microsoft says: On older versions of Windows, the newer tag will be ignored. So basically if I want my app to run on older versions of windows like 7,8, i need to remove
and keep
So it would like:
By doing that, my app can run on 4k monitors using Windows 10, 11 and run normally on older versions of windows. Unfortunally, i can't verify that till tommorrow. So i won't be able to sleep tonight lol |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey Mark - Sorry for the delayed response. Did your fix work? Did you get some sleep? :P |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So we're trying to make sure that our application scale perfectly on 4K monitors. We successfully did that, but now the app will not run on windows 7,8,8.1. It can only run on windows 10,11.
So by uncommenting the code below, the app will not run on older windows. Is there anyway around it, where we can keep the dpiAware true for windows 10,11 and false for older versions so users with older version of windows can still run the app?
Note: i'm using .NET 4.7.2 Thanks
Beta Was this translation helpful? Give feedback.
All reactions