Radzen studio not using older sdk version

I am testing out Radzen studio before buying it and I can't get it to run properly.

I am running Ubuntu 24.04 and I have .net8 installed via the apt package manager. My terminal detects the sdk when I run "dotnet --version" and so does the Radzen studio.

Despite this, when I start the application I get an error saying that .net9 is not detected but .net8 is. And the a message that the development server could not be started.

I went into settings and market to use older versions of the SDK but the issue persists and I can not open my project.

Radzen Blazor Studio requires the .NET 9 SDK since version 1.35.0.

I see. What is the purpose of the settings checkmark for using older versions then?

What checkmark are you referring to?

I appologize I was reading the interface wrong. It is a checkmark for using preview versions not previous versions.

This makes me however see this as a big limitation for Radzen studio. If I want to use it for my project it means I have to port my codebase from .net8 to .net9 and so my solution becomes dependend on Radzen studio if I want to use it which is not good for the projects that don't have the posibility of doing so.

Radzen Blazor Studio supports .NET 8 apps just fine. It requires .NET 9 to run though.

No, it does not.

I understand now :slight_smile: I didn't understand that from the error message, also because the application starts and runs but when I try to open a project it doesn't do anything even though the loading icon is not frozen.