Application won't open
Closed this issue · 4 comments
Blue-Meanie commented
Whenever I try to run the app, it prompts me to install .NET Core even though it's already installed (both x86 and x64). How can I use it?
mattzaharias commented
Exactly the same issue. .Net x64 SDK (which is what comes up when you google .Net Core) is installed and I get the prompt asking me if I want to download and install it. Please list the actual dependencies!
jdknezek commented
In case it helps, I had this same issue and resolved it by installing the .NET Windows Desktop Runtime v3.1:
> winget install Microsoft.DotNet.DesktopRuntime.3_1
mattzaharias commented
Thanks so much for the suggestion! I'll try it out next time I want to use
FocusLogger and report back. I figured it was a matter of needing an older
version of .net or something like that.
…On Fri, Dec 23, 2022 at 11:19 AM Jonathan Knezek ***@***.***> wrote:
In case it helps, I had this same issue and resolved it by installing the
.NET Windows Desktop Runtime v3.1:
> winget install Microsoft.DotNet.DesktopRuntime.3_1
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKJPKHY37D3HYHHIE3PLBILWOX3KRANCNFSM5XKTYL5Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Matt Zaharias
Tiger Custom Computers
***@***.***
206.445.0705 x103
www.tigercustom.com
NOTICE: This communication may contain privileged or other confidential
information and is for the intended recipient only. If you received this
message in error, please inform the sender by e-mail at
***@***.*** and immediately delete the message and any
attachments without copying or disclosing the contents. Any unauthorized
use, dissemination, distribution or copying of this communication is
strictly prohibited and may subject you to criminal or civil penalty.
Thank you for your professionalism.
EJocys commented
Released new version. Switched build to release mode and .NET 6.0 (Long Term Support) version.
Thank you,
Evaldas Jocys