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

Can not update WPF app when upgrade .NET7 to .NET8 #724

Open
phuocminh6464 opened this issue Nov 22, 2024 · 2 comments
Open

Can not update WPF app when upgrade .NET7 to .NET8 #724

phuocminh6464 opened this issue Nov 22, 2024 · 2 comments

Comments

@phuocminh6464
Copy link

phuocminh6464 commented Nov 22, 2024

Hi @ravibpatel,

I'm using .NET7 for my WPF app and Autoupdater.NET v1.9.0. I publish app with self-contained and compress all files to a .zip file for auto update. Everything runs smoothly but now I want to upgrade my app to .NET8. I try to do in local with these steps:

  1. Install app v1 (.NET7)
  2. Upgrade to .NET8 then auto update v2 => updated new version and all features can run
  3. Do auto update v3 (.NET8) => can not update new version, please see the below image

Could you help me this issue?

Note: currently PC is installed windows desktop runtime 7(x64)
Screenshot 2024-11-22 132149

@ravibpatel
Copy link
Owner

Please update the AutoUpdater.NET to latest version. It should fix the issue. It compiles the ZipExtractor in .NET Framework 4.5 so it can natively run on Windows 8 and above without installing anything. Before this, it was using the same .NET version as the host app.

@phuocminh6464
Copy link
Author

Please update the AutoUpdater.NET to latest version. It should fix the issue. It compiles the ZipExtractor in .NET Framework 4.5 so it can natively run on Windows 8 and above without installing anything. Before this, it was using the same .NET version as the host app.

Thanks @ravibpatel for your quickly reply. I will try the latest version.

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

No branches or pull requests

2 participants