#ok make a thread Ill show you

1 messages · Page 1 of 1 (latest)

hollow relic
#

ok

vapid dagger
hollow relic
#

ok i found that

#

what should i do now

vapid dagger
#

yes it has to point to the new one

hollow relic
#

wait

#

where can you see this list of folders

#

im in the folder in explorer

vapid dagger
vapid dagger
hollow relic
#

idk man wait a sec

vapid dagger
#

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

hollow relic
#

i tried executing that exein that path it just does nothing i think

vapid dagger
#

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.

hollow relic
#

how

#

i still dont know how to change the environment variables

#

never heard of that

#

maybe i know it in german but idk

vapid dagger
#

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

hollow relic
#

i installed it but in the folder theres only dotnet 6

#

maybe it picked a weird instalation path or sth

vapid dagger
#

maybe.. thats why i said also remove the old one like I showed you

#

I sent the link

hollow relic
#

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

vapid dagger
#

whats complicated ? this is basic computer usage lol

hollow relic
#

could it work uninstalling the version 6 one and installing the new one with the vs code extension?

vapid dagger
#

literally delete the old version and install new one..nothing to it

hollow relic
#

like the whole content of the dotnet folder or what

vapid dagger
#

first uninstall it properly how I sent the instructions

#

then remove the folder entirely after

hollow relic
#

it removed the whole folder already

vapid dagger
hollow relic
#

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

vapid dagger
#

are you installing the x86 version ?

#

why lol

hollow relic
#

what version am i supposed to install?

vapid dagger
#

dont you have a x64 system?

#

also that folder is fine cause its temp

#

its not installing it there, ts where its running from

hollow relic
#

bruh fml im quitting ill just work as a mcdonalds cashier or sth i cant do this anymore

vapid dagger
#

to be effective at anything research is important, especially dealing with computers..

#

thats probably why it was installing in ProgramFiles (x86) and not ProgramFiles

hollow relic
#

yeah ur right

vapid dagger
#

x64 just meants the OS/CPU can access more than 4GB of ram

#

so typically now days most computers are x64

hollow relic
#

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

vapid dagger
#

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

hollow relic
#

i think its still very weird that my laptop has the same problem too though..

vapid dagger
#

then now you should know what to double check

hollow relic
#

yeah

vapid dagger
#

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

hollow relic
#

okay thanks

#

ok my laptop works too, had to uninstall version eight there

vapid dagger
#

8 is fine too. I think the important part is that it was SDK not Runtime only