LAB02-Research / HASS.Agent

Windows-based client for Home Assistant. Provides notifications, quick actions, commands, sensors and more.
https://hassagent.lab02-research.org
MIT License
1.58k stars 70 forks source link

Bug: wrong dotnet runtime provided on install #243

Open labrunning opened 1 year ago

labrunning commented 1 year ago

If you want to know what's happening in the HASS.Agent development cycle, please check the issue tracker:

https://lab02research.youtrack.cloud/

There's a list of open bugs & features on the right. On the left you can see what's being worked on, what's planned and what's ready for the next release.

If you're stuck or need help, there's an extensive documentation that might be helpful:

https://hassagent.readthedocs.io/en/latest/

When in doubt, no worries - just go ahead and create the ticket :)


Hi,

I am running Windows 11 Enterprise 64 bit Version 22H2 OS Build 22621.963. I installed HASS.Agent 2022.14.0 and was prompted to install .NET which I did, but the message still appeared. I tried repairing both HASS.Agent and .NET but this did not work. I uninstalled the .NET that HASS.Agent prompted me to use and instead installed .NET via Winget.

winget install Microsoft.DotNet.DesktopRuntime.6

This downloaded windowsdesktop-runtime-6.0.12-win-x64.exe which then worked with HASS.Agent. The file that HASS.Agent got me was dotnet-runtime-6.0.12-win-x64.exe. Just thought you might like to know this.

LAB02-Admin commented 1 year ago

That is interesting, thanks for letting me know @labrunning