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.