I have a Blazor server application that has worked well for a long time. Recently my computer crashed and I have to reinstall Windows, Visual Studio and so on. After that, as I want to imporve my application, I encounter an unhandled exception in telerik-blazor.js randomly, regardless of which component is called or what is the user's behavior.
The exception is as follows in attached image
I Used Telerik.UI.for.Blazor 5.1.1 in this project as DLLs ans staticwebassets instead of nuget packages. I tried to reinstall nuget packages but that did not help me.
Can somone please help me with this or have an Idea?