Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I have just spent quite a lot more time that I'd like to admit to tracking down the cause of the following error.
InvalidOperationException: Cannot provide a value for property 'Localizer' on type 'Syncfusion.Blazor.Inputs.SfTextBox'. There is no registered service of type 'Syncfusion.Blazor.ISyncfusionStringLocalizer'.
I was working on a fairly complex project that mixes both Server and WASM components and I added an SfTextBox to a page and started to get this error.
In the end, the problem turned out to be that I had forgotten to
InvalidOperationException: Cannot provide a value for property 'SyncfusionService' on type 'Syncfusion.Blazor.Buttons.SfButton'. There is no registered service of type 'Syncfusion.Blazor.SyncfusionBlazorService'.
While just a silly mistake on my part, it might help someone else in a similar situation if the error of