Error building virtually empty project

I'm testing the Radzen GUI for creating Blazor apps. I ran into an issue when building it with just a test page with a single heading:

radzen: Generating code ...
radzen: Code generation done in 247ms.
dotnet: watch : 
dotnet: Started

dotnet: C:\Users\thatr\Documents\Radzen\server\Data\CsvDataContractSerializerOutputFormatter.cs(11,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\thatr\Documents\Radzen\server\Test.Server.csproj]

dotnet: C:\Users\thatr\Documents\Radzen\server\Data\CsvDataContractSerializerOutputFormatter.cs(12,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\thatr\Documents\Radzen\server\Test.Server.csproj]
C:\Users\thatr\Documents\Radzen\server\Data\EntityPatch.cs(9,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\thatr\Documents\Radzen\server\Test.Server.csproj]
C:\Users\thatr\Documents\Radzen\server\Data\OutputFormatter.cs(11,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\thatr\Documents\Radzen\server\Test.Server.csproj]
C:\Users\thatr\Documents\Radzen\server\Data\OutputFormatter.cs(12,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\thatr\Documents\Radzen\server\Test.Server.csproj]

dotnet: C:\Users\thatr\Documents\Radzen\server\Data\XlsDataContractSerializerOutputFormatter.cs(12,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\thatr\Documents\Radzen\server\Test.Server.csproj]
C:\Users\thatr\Documents\Radzen\server\Data\XlsDataContractSerializerOutputFormatter.cs(13,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\thatr\Documents\Radzen\server\Test.Server.csproj]
C:\Users\thatr\Documents\Radzen\server\Data\EntityPatch.cs(26,46): error CS0246: The type or namespace name 'JObject' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\thatr\Documents\Radzen\server\Test.Server.csproj]

dotnet: 

dotnet: The build failed. Fix the build errors and run again.

dotnet: 

dotnet: watch : Exited with error code 1

dotnet: watch : Waiting for a file to change before restarting dotnet...

Any idea what's going on here?

Check this thread for more info:
https://forum.radzen.com/t/error-when-running-new-blazor-app/9568/3

1 Like

That did the trick, thanks so much!