Open sanderjo opened 1 month ago
Ah: solved by installing .NET tools via "Windows Features".
Request: can setup.exe detect if dotnet.exe is there, and give a nice meaningful warning if not.
Before, this was not working:
C:\Users\super\Downloads\VStudio2022Installer>dotnet
Usage: dotnet [options]
Usage: dotnet [path-to-application]
Options:
-h|--help Display help.
--info Display .NET information.
--list-sdks Display the installed SDKs.
--list-runtimes Display the installed runtimes.
path-to-application:
The path to an application .dll file to execute.
Thank you for the solution! I don't have an ARM PC as yet, so I'm unable to test it out.
OK, but my point is: can your tool check for the availiblity of .NET / .dotnet ... and give a nice warning if it's not there? That would be better than the ugly "The application was unable to start correctly (0xc0000135)."
It would! Maybe if I had a tool that could find which file gave that error, I could change the string. Someday hopefully.
running setup.exe on Windows on ARM results in "The application was unable to start correctly (0xc0000135)."
I unpacked the *.7z into a separate directory, and run setup.exe
Tips how to proceed?