One of my team’s developers cannot get UGS to realize that .NET 6.0 is already installed. Every time he runs UGS, it shows the warning window about requiring .NET Core and then it quits. Things we’ve tried:
- Uninstalling/reinstalling UGS
- Uninstalling/reinstalling .NET 6.0.x runtime (he has several others installed already).
UGS has never successfully run on his system, and none of the other 100+ people I support has this issue. He has a brand new Win11 installation. Running dotnet --info
at a command line shows several different .NET runtimes for v6, 7, and 8. UGS doesn’t log specifics about what it isn’t finding, so …
What gives? Has anyone dealt with this before?