Unable to cast object of type 'Microsoft.CodeAnalysis.CSharp.Syntax.EmptyStatementSyntax' to type 'Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionStatementSyntax'.

I changed something through the visual code and now when I open Radzen Blazor Studio the pages do not load, the following error occurs:

Unable to cast object of type 'Microsoft.CodeAnalysis.CSharp.Syntax.EmptyStatementSyntax' to type 'Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionStatementSyntax'.

Never seen such error before however most probably you have invalid code. Are you able to run your application normally? Can you post the problematic code?