0

Recently downloaded Rider and I'm unable to create projects. It either hangs infinitely on "Creating solution file" or gives me the following error :

Unable to load project and obtain project information from MsBuild. Try to change MsBuild version in 'Settings | Build, Execution, Deployment | Toolset and Build'. Probably this project is incompatible with the current MsBuild. MsBuild error details: 1 is not a supported code page.

I tried changing the MsBuild path, adding Msbuild to environment variables, installing mono and reinstalling the Rider but none of these worked. I have Visual Studio installed(which works) so I shouldn't be encountering such problems, according to this . Any help is appreciated.I'm on windows 10 if that helps.

Tabris
  • 37
  • 1
  • 5
  • Have you search if there are tickets posted on Rider support with the same *or similar issue* you described? - as I read your question, it *might* be something with the installation of Rider in your PC. – Marco Aurelio Fernandez Reyes Apr 06 '21 at 22:47
  • It can be diagnosed with logs. I would recommend to call Help - Report a Bug, agree to attach logs. – Ivan Shakhov Apr 07 '21 at 06:29
  • Probably Rider tries to use broken installation of .NET Core. Try to change msbuild in Toolset and Build settings page – xtmq Apr 07 '21 at 14:42

1 Answers1

0

You should re-install dotnet, in your OS. See this documentation page.

Adriaan
  • 17,741
  • 7
  • 42
  • 75
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 01 '22 at 12:08
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/33051523) – Hoppeduppeanut Nov 03 '22 at 05:53