I have updated my VS 2022 to Version 17.14.0 Preview 2.0 (.NET 9.0 SDK). After the update I'm unable to debug my blazor project (built using .NET 8.0 SDK).
Every time I debug, getting below error:-
TypeError: Cannot read properties of undefined (reading 'out')
with below StackTrace:
at Ol (https://localhost:7256/_framework/dotnet.runtime.js?v=8.0.6:3:199678)
at ze (https://localhost:7256/_framework/dotnet.js?v=8.0.6:3:30895)
at https://localhost:7256/_framework/dotnet.js?v=8.0.6:3:30131
at async Object.create (https://localhost:7256/_framework/dotnet.js?v=8.0.6:3:34510)
at async https://localhost:7256/_framework/blazor.web.js?v=8.0.6:1:154247
at async https://localhost:7256/_framework/blazor.web.js?v=8.0.6:1:164077
I've tried disabling "Enable Javascript debugging" from Tools->options->Debugging->General but still its not working.
Anyone can please help me to sort this problem?