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

It keeps asking to install .NET Core #13

Open
Pipole26 opened this issue Sep 2, 2022 · 2 comments
Open

It keeps asking to install .NET Core #13

Pipole26 opened this issue Sep 2, 2022 · 2 comments

Comments

@Pipole26
Copy link

Pipole26 commented Sep 2, 2022

It shows the message, I press ok and nothing happens.

I also already have it installed, but the message still pops up.

Thank you.

@mpsparrow
Copy link

I am having the same issue here. Got my new laptop today, installed the .NET Runtime, still getting the message saying it isn't installed.

My installation on my desktop computer is still working without issue.

@RoguedBear
Copy link

RoguedBear commented Dec 31, 2022

solution: install .NET Core 3.1 Desktop Runtime
link: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-3.1.32-windows-x64-installer


was facing the same problem after uninstalling multiple .NET cores and then installing the latest one, and it complaining about not finding .NET core and the "yes to download" button not working.

decided to through code to find it needed .NET core 3.1, accidentally downloaded the entire .NET 3.1 SDK, still giving me issues running the app, but running through command line ($ dotnet "ChromiumForWindows Settings.dll") the CLI complained and gave me the exact link to download the runtime which is the one above

full output incase it is needed
$ dotnet "ChromiumForWindows Settings.dll"
You must install or update .NET to run this application.

App: C:\Users\[redacted]\AppData\Local\Chromium\ChromiumForWindows Settings.dll
Architecture: x64
Framework: 'Microsoft.WindowsDesktop.App', version '3.1.0' (x64)
.NET location: C:\Program Files\dotnet\

The following frameworks were found:
5.0.13 at [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
6.0.2 at [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
6.0.10 at [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
6.0.12 at [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.WindowsDesktop.App&framework_version=3.1.0&arch=x64&rid=win10-x64

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

3 participants