Skip to content
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

Wpf crashes on Windows 7 #2295

Closed
hamarb123 opened this issue Aug 28, 2022 · 2 comments
Closed

Wpf crashes on Windows 7 #2295

hamarb123 opened this issue Aug 28, 2022 · 2 comments
Labels
Milestone

Comments

@hamarb123
Copy link
Contributor

hamarb123 commented Aug 28, 2022

Expected Behavior

App runs and works on Windows 7.

Actual Behavior

App crashes on Windows 7 (Wpf).

Stack trace

image

Cause

The issue is that some apis, like this one, aren't supported on older versions of Windows, I'm happy to go through the code, find these, and guard them.

Specifications

  • Version: 2.7.1 (was using 2.6.0 previously, edit: it seems to be fine in 2.7.0)
  • Platform(s): WPF
  • Operating System(s): Windows 7
@cwensley
Copy link
Member

Hm, I don't support Windows 7 as neither has MS (since January 2020). However I will accept any fixes. 😄

@cwensley cwensley added the bug label Aug 28, 2022
@cwensley cwensley added this to the 2.7.2 milestone Aug 28, 2022
@hamarb123
Copy link
Contributor Author

Fair enough, I would like to say that both .NET 6 and .NET framework 4.8 do support Win 7 though, although the upcoming newer versions will not 'support' it (but .NET 7 will not go out of their way to break on it). So I think was a reasonable assumption that it would support Windows 7, but I'm more than happy to fix any issues I encounter until I decide to not support Windows 7 anymore lol.

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

No branches or pull requests

2 participants