How do I solve the issue of an app requiring .NET Core to run?

0
13
Asked By CuriousCat92 On

I'm facing a problem where an application is telling me that I need to install .NET Core to run it. When I get the prompt asking if I want to download it, clicking 'yes' doesn't seem to do anything. I've already downloaded several versions of .NET, but nothing has worked so far. Is there a specific version I need, or could something else be going wrong?

2 Answers

Answered By TechWizard01 On

Hey! Just a heads up, .NET Core isn't actively developed anymore, but you can still find the latest version at [.NET Core 3](https://dotnet.microsoft.com/en-us/download/dotnet/3.1). Sometimes, older software needs a specific version of a Microsoft framework that might not be the latest one. It might be worth trying out to see if that helps you move forward.

Answered By AppHunter123 On

Do you know how old the app is? If you can find out its release date, there might be a version of .NET that was released around the same time. It could help solve the compatibility issue.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.