Replies: 1 comment 2 replies
|
Windows 7 reached end-of-life a few years ago, and Microsoft offers no more support for it (especially security patches). So, why do you want Windows 7 support? For business or just for fun? I raised a request for them to retire Windows 7 support officially, but so far they have not responded. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I'm currently evaluating Uno Platform for a project that needs to support both Windows 7 and Windows 10/11.
According to the documentation, I found the following statement:
So I assumed that creating a new Uno application targeting net9.0-desktop (or net10.0-desktop) should work on Windows 7, and created a brand new Uno project using the latest Uno templates.
The generated project only provides: net9.0-desktop or net10.0-desktop, I tried both of them and published the application as
Self-contained. The application starts correctly on Windows 10. But on Windows 7 it crashes immediately during startup.
The exception is:
The complete stack trace points to: Uno.UI.Runtime.Skia.Win32.Win32Host, which suggests that the application is using the new Win32 host.
My questions
Is Windows 7 support no longer available in the latest templates?
If I need to support Windows 7 today, what is the recommended approach?
Any guidance would be greatly appreciated. Thank you!
All reactions