#ok make a thread Ill show you
1 messages · Page 1 of 1 (latest)
yes it has to point to the new one
wdym
idk man wait a sec
lol if you plan on doing development you have to at least know some stuff about basic computing
you know what an EXE is im sure.. all we're trying to do here is have the enviroement variable for dotnet point to this newer exe
environment variables are just simple KeyValue pair
put a key dotnet and pulls up the value. in this case the path to the exe so it runs it
if something like c# Devkit tries to run dotnet to run some args with it -arg1 -arg2 etc.. it will error because it cant find the sdk exe to run for it
i tried executing that exein that path it just does nothing i think
its not meant to be run like this
its meant to run through the shell
command line
dont worry about running it.. all you need to do is fix the path point to correct exe.
how
i still dont know how to change the environment variables
never heard of that
maybe i know it in german but idk
first you gotta cleanup the old .net and install the new SDK 9
after you did install sdk 9 go to the default path
ProgramFiles / Dotnet
right click the exe make sure it says 9
the path has to point to it
i installed it but in the folder theres only dotnet 6
maybe it picked a weird instalation path or sth
i just cant find where it installed that got damn version 9
if i search for it the only sign of it is the file i downloaded to install it
why is it so complicated
whats complicated ? this is basic computer usage lol
could it work uninstalling the version 6 one and installing the new one with the vs code extension?
literally delete the old version and install new one..nothing to it
like the whole content of the dotnet folder or what
first uninstall it properly how I sent the instructions
then remove the folder entirely after
it removed the whole folder already
..but the whole poiint of doing it that way so it ensures it cleans up any other remainders..
Why does it want to install version 9 in that folder and not program files
Sorry couldnt make a screenshot had to use my phone for that
what version am i supposed to install?
dont you have a x64 system?
also that folder is fine cause its temp
its not installing it there, ts where its running from
bruh fml im quitting ill just work as a mcdonalds cashier or sth i cant do this anymore
just learn how to google shit bro its not that hard jfc lol
I literally just typed
https://www.google.com/search?q=how+do+i+know+if+my+system+is+x64+or+x86
to be effective at anything research is important, especially dealing with computers..
thats probably why it was installing in ProgramFiles (x86) and not ProgramFiles
yeah ur right
x64 just meants the OS/CPU can access more than 4GB of ram
so typically now days most computers are x64
anyways magically installing the right version worked without having to modify the environment variables haha...
thank you so much bro i really appreciate your time man
because by default it installs in the correct folder and you probably already had the dotnet entry from previous ,net 6
thats why dotnet worked as command, the enviroment variable is alraady there for it
it just pointed to the correct folder but wrong .net version
i think its still very weird that my laptop has the same problem too though..
then now you should know what to double check
yeah
if the laptop is a x64 system then you should be mindful to install the x64 version instead
that goes with most apps, always pick the x64 version when available, it can use more power to run as well
8 is fine too. I think the important part is that it was SDK not Runtime only