cppshane / Background-Terminal

A customizable terminal to integrate with your desktop background on Windows.
46 stars 4 forks source link

After installing .Net Core app is still asking for installing it #1

Open Dekad300 opened 4 years ago

Dekad300 commented 4 years ago

1 2

cppshane commented 4 years ago

It looks like you downloaded ASP.Net Core, rather than .Net Core. Try downloading/installing this instead:

https://dotnet.microsoft.com/download/dotnet-core/3.1

I'll add this link to the release description and also release self-contained versions.

humeunculus commented 4 years ago

Hey, gotta say that I've been looking for something like this for a long time and absolutely adore this project!

Having said that, I'm also having this problem. I have the 64 bit background-terminal installed: lmao

and (what I assume) is the appropriate version of .NET Core: lmao

But I get the same "To run this application..." notice.

Any ideas on how I could fix this?

cppshane commented 4 years ago

That's odd... I would guess it's some issue with .Net Core identifying the correct dependencies. Have you tried installing the 32 bit version instead?

In any case, I just uploaded the self contained versions to the latest release, so you can install those and it should work fine.

humeunculus commented 4 years ago

Awesome, the self-contained version is working!

I had the .NET Core versions working at some point, maybe it's a problem with my current version of .NET Core that was causing the issue.

Anyway, thanks again! Absolutely love this project, excited to see where you continue to take it.