✅ Blazor App
I am working on blazor application which uses telerik UI. When I started the project it gives the error as show in the screen shot
4 Replies
$details
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
You probably need to register Telerik's dependencies with a call similar to services.AddTelerik...
@Naster