I try to test Razden blazor studio 1.36.2 before purchasing but I get error that the program need .Net 9 SDK but found 8.0.307 although the .NET SDK 9 installed correctly and work with Visual studio 2022 and present in environmental variable in correct manner. may you help me because the application can not generate templets for new application
Let us know what you have when you execute dotnet —info
in the command prompt.
And what is the output of running dotnet --version
(this is what Radzen Blazor Studio uses to get the latest installed version). Also make sure you don't have a global.json file (that's shown at the end of the dotnet --info
output which seems to be missing).
This all seems fine and frankly I am baffled why Radzen Blazor Studio gets 8 instead of 9 when it runs dotnet --version
. Has the system been restarted after installing .NET 9? Did you install Radzen Blazor Studio for all users or just for you? It looks as if its process "doesn't see" the latest installed version for whatever reason.
I restart the PC many times and .Net 9 work fine with Visual studio 2022 !