Rider suddenly can't run source code, SDK issue
Hello guys, I don't understand, code was working and running fine yesterday. When I try to run it this morning, this error occured. In my sdk folde, ,in the dotnet folder, I have both sdk 8 and 9 but code doesn't run
4 Replies
C:\Users\Test\.dotnet\sdk\9.0.100\
I don't understand, previously, rider used dotnet
folder and not .dotnet
folderYou could check the Rider Settings
Toolset and Build
. Maybe something has changed?yeah I guess the runtime path has changed, but I don't understand why and how, I think I didn't do anything to it
it worked, I just change the path back to
dotnet
folder but would really appreciate if someone can explain me, how comes the folder changes "automatically" from dotnet
to .dotnet
. I started to use jetbrains toolbox for my jet brains ide updates like rider, can this be a consequence of that?I'm not sure. Could be that after an update, Rider 'guessed' the correct dotnet path, found both
dotnet
and .dotnet
and prioritized to .
version.
Maybe it's possible to delete one of the two installation paths, to avoid mixups in the future?