NameSpaces not Found on Building

I have a peculiar error shown in the output windows after building any application.

D:\My Projects\FlexOps\Asp.NET\Blazor\Scratch\VisionSuiteShipManager\Server\Program.cs(2,37): error CS0234: The type or namespace name 'Components' does not exist in the namespace 'VisionSuiteShipManager.Server' (are you missing an assembly reference?)
D:\My Projects\FlexOps\Asp.NET\Blazor\Scratch\VisionSuiteShipManager\Server\Program.cs(27,24): error CS0246: The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
D:\My Projects\FlexOps\Asp.NET\Blazor\Scratch\VisionSuiteShipManager\Server\Program.cs(27,163): error CS0234: The type or namespace name '_Imports' does not exist in the namespace 'VisionSuiteShipManager.Client' (are you missing an assembly reference?)

Any Ideas as to why this occurs? This can be generated even when recreating a new application.

Did you run nuget package manager today and update everything? I did and think that's the culprit. Let me know if you revert and it fixes the issue.

When do you think that RADZEN will support the newly released dotNet Framework 8.0.200? Oh, and by the way, this occurred with 8.101 also at various times in my development.

Indeed this issue is caused by .NET 8.0.200. It seems to have be released a few hours ago while we were asleep :slight_smile: I knew there was a reason for me to wake up at 5:30 am.

Just released a new version of Radzen Blazor Studio which supports 8.0.200.

1 Like

Looks Good now. Thank you!!!