mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #252] .NET 6.x : To run this application, you must install missing framework => loop asks again and again to install .NET #1182
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1182
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 @accnetdev on GitHub (Jun 2, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/252
Originally assigned to: @VShawn on GitHub.
PRemoteM.0.7.0.alpha2.x64 : it does not launch even if .NET (x86 or x64) is installed.
Same bug like the one I have with the nightly build of MremoteNG that require .NET 6.x.
Windows 10 or Windows 2019 server.
@accnetdev commented on GitHub (Jun 2, 2022):
Fixed : download and install the SDK ( dotnet-sdk-6.0.300-win-x64.exe ) not only the runtime as asked ( dotnet-runtime-6.0.5-win-x64.exe ).
@majkinetor commented on GitHub (Jun 2, 2022):
Why would it need SDK, if so, that is some bug.
@accnetdev commented on GitHub (Jun 2, 2022):
In fact, it seems to require the desktop version of the runtime, that is included in the SDK.
Man can only install the desktop runtime. My initial error was to install the console version of the runtime.
Personally, I am OK to install the SDK which could be useful for many other things.
Have a good day.
@majkinetor commented on GitHub (Jun 2, 2022):
Yes, desktop version is required.