mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1105] [Error] To run this application you must install .NET runtime 6.0.1 #833
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#833
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nmnithinkrishna on GitHub (Apr 21, 2022).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1105
Originally assigned to: @NickeManarin on GitHub.
The error comes as soon as the application is opened. I also installed the Runtime in my system but still the error persists.
I'm using this on Winx64 machine
Thanks
@NickeManarin commented on GitHub (Apr 24, 2022):
Hi, which version are you using?
Also, which version of the .NET desktop runtime (NOT .NET runtime) did you install?
With the latest version, you can use the full version instead, as it doesn't require a .NET 6 installation.
@nmnithinkrishna commented on GitHub (Apr 25, 2022):
Here you go...
I downloaded it from the Microsoft Store. .NET Desktop Runtime 6.0.1 already installed from the link given by the tool itself.
.NET downloaded from below,
@NickeManarin commented on GitHub (Apr 28, 2022):
Try downloading v2.36 and it should work with the latest .NET Desktop Runtime version.
@nmnithinkrishna commented on GitHub (May 1, 2022):
Thanks man @NickeManarin
Working perfectly fine with the latest version :)
@tmssngr commented on GitHub (Dec 16, 2022):
Would it be possible to compile the application in that way, that it does not need any installed .NET Desktop Runtime?
I reckon, if you download a different application and it rejects to start because no or the wrong Java Runtime Environment is installed, you would be unhappy, too.
@NickeManarin commented on GitHub (Dec 16, 2022):
@tmssngr Yes, just avoid downloading the version labeled as "Light":
The other versions should work without having to instal .NET 6
@tmssngr commented on GitHub (Dec 22, 2022):
Out of curiosity: are these large bundles ahead-of-time compiled or - expressed with my Java knowledge - bytecode with VM?