I am getting this error in the XAML Designer View in every single one of my XAML views:
The .NET Core 3.0 runtime for 'x64' platform configuration is missing or damaged. Please download and install .NET Core 3.0 SDK for the 'x64' platform. (Exit code: 80008083)
I did that and it had no effect. I tried installing a bunch of other .net runtimes and no effect. The project is a .net 5.0 WPF application on VS 2019. When I compile the project it works perfectly fine. I just got back into work over the weekend and now this is happening all of a sudden. I also tried a "repair" on visual studio, no effect. I reinstalled Visual Studio and deleted my solution folder and recloned it. No effect.
I created a brand new WPF Net Core 5 project and the XAML designer view works. The only thing I can think of is that some kind of setting or configuration has been altered from the one other employee at my work and it is pointing the solution to the wrong PC name or something for the Designer View stuff. I am not sure where to start with that.