Create new blazor web application from Radzen Blazor Studio build failed

Hi @JohnBaluka,

You seem to have a .NET preview version installed which is probably causing the problem. Unfortunately a global.json file doesn't always help. This is why Radzen Blazor Studio doesn't officially support preview versions - sometimes it works and sometimes it doesn't depending on the changes in the preview.

This may not be due to the preview release. Still debugging. Where is the full build log when Blazor Studio compiles the code?

So I gave up. I removed VS Insiders, and it is working again. It seems like Blazor Studio cannot override the default SDK. So whatever, β€œdotnet –version” is returned, that is what it will use.

Yes, this is documented here.

I am no longer using VS 2026 Insiders, and I’ve been using VS 2026 without any issues – until today. I applied the recent update for VS and Radzen Studio, and I am getting the compile errors again. Is 10.0.200 the problem? The global,json override is not working for me either.

.NET SDKs installed:
8.0.206 [C:\Program Files\dotnet\sdk]
9.0.115 [C:\Program Files\dotnet\sdk]
9.0.205 [C:\Program Files\dotnet\sdk]
10.0.100-rc.1.25451.107 [C:\Program Files\dotnet\sdk]
10.0.104 [C:\Program Files\dotnet\sdk]
10.0.200 [C:\Program Files\dotnet\sdk]

Yes, there is some breaking change in 10.0.200 (MSBuild version upgrade) that needs to be handled with a new release of our products. Working on it now.

I applied the update, and I am working again. Thanks for the fast turnaround!

1 Like