Error on fresh Parallels installation

Trying to install with 7.1-0084

Hi,

I think this might be the same problem that got reported a couple times already, which then wouldn’t have anything to do with Parallels. Restart vvvv or probably the system (Parallels), then try again.

See here:

Unfortunately no, tried rebooting Parallels and also MacOS.

In a cmd please post results of following

where dotnet
dotnet --list-sdks

For example in my case I get

C:\>where dotnet
C:\Program Files\dotnet\dotnet.exe

C:\>dotnet --list-sdks
8.0.415 [C:\Program Files\dotnet\sdk]
9.0.306 [C:\Program Files\dotnet\sdk]
10.0.100-rc.2.25502.107 [C:\Program Files\dotnet\sdk]

Seems like it has not been installed…

PS C:\Users\chk> dotnet --list-sdks
dotnet : Die Benennung "dotnet" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines
ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern
enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ dotnet --list-sdks
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (dotnet:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


So if you run the dotnet sdk installer for arm64 manually (assuming you run Windows on Arm) - does it show then?

Thanks, it works now!

PS C:\Users\chk> where dotnet
PS C:\Users\chk> dotnet --list-sdks
8.0.415 [C:\Program Files\dotnet\sdk]