flipswitchingmonkey/FlexASIO_GUI

.NET core 3.1.0 not found error, despite installing it

Closed this issue · 2 comments

I got an error message:
image
The problem still occurs after installing the .NET core from the link that popped up after clicking "yes".

What I tried to do:

  • rebooting
  • Installing actual 3.1.0 version from here (because what I got from the first link was v.3.1.2.0)
  • rebooting again

I just compiled it with .net 5.0, maybe give that one a try? https://github.com/flipswitchingmonkey/FlexASIO_GUI/releases/tag/v0.31-net5.0

image
I figured out that I installed wrong version: .NET Core Runtime instead of .NET Core Desktop Runtime. The message is kind of misleading as the error says you need .NET Core, and not .NET Core Desktop

That said, you could amend back bb8c990