Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]

After update Visual Studio 2022 on today I can not run my Razor application. I am getting this error.

Please guide me!

Thanks

I'm afraid that we are not aware what's causing these errors. For sure there is no such property placeholder for these components - there is however Placeholder.

1 Like

Today I am just update the Visual Studio 2022. Then application not showing Username and password text box after load the site. How can resolve the issue ? My project version is .net 5

Check the application source code history. You have probably changed something else as well. As @enchev those components don't have a placeholder attribute - they have Placeholder. Change the spelling if it is wrong.

1 Like

Thank you sir. After change the textbox property placeholder to Placeholder problem solved. But what is reason behind this error after take update of Visual Studio 2022 today.