I am using VS 2022 professional with .NET 6 WPF project, while opening the solution I get the exception like below
Recoverable System.InvalidOperationException: Build target stack was corrupted and contain other unfinished targets. Expect: 'DesignTimeMarkupCompilation', Actual: 'MarkupCompilePass1'. at Microsoft.VisualStudio.ProjectSystem.Build.ErrorListLogger.Build_TargetFinished(Object sender, TargetFinishedEventArgs e)
I did uninstall VS 2022, Opening solution in Blend works but not in VS
3