SfBaseUtils System.NullReferenceException

Hi,


I get tons of exception logs in my Application. See below:
{ "Depth": 0, "ClassName": "System.NullReferenceException", "Message": "Object reference not set to an instance of an object.", "Source": "Syncfusion.Blazor", "StackTraceString": " at Syncfusion.Blazor.Internal.SfBaseUtils.UpdateDictionary(String key, Object data, Dictionary`2 dictionary)\n at Syncfusion.Blazor.DropDowns.SfDropDownList`2.DynamicPropertyUpdate()\n at Syncfusion.Blazor.DropDowns.SfDropDownList`2.OnParametersSetAsync()\n at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)\n at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)", "RemoteStackTraceString": null, "RemoteStackIndex": 0, "HResult": -2147467261, "HelpURL": null }

And I cannot see any further informations.... So I can also don't say in which control it happen.

Is there a way to get more informations about it? Because I cannot see where it comes from and when it happen.

Or is there a way to prevent it, because I'm afraid that my customers get every time a connection lost... Then the message is: Unhandled exception in circuit '"xxxxxx"'.


Thanks for the help.

Best regards Sven


1 Reply

DR Deepak Ramakrishnan Syncfusion Team September 30, 2021 01:38 PM UTC

Hi Sven, 
 
Greetings from Syncfusion support. 
 
We have validated the issue with provided details in our end.And we request you try the suggestions in the below links and check whether the issue get reproduced or not. 
1. 
 
2. 
 
 
If you still facing the issue after above suggestion , Kindly share the below details to proceed further 
 
1.Code sample of dropdownlist which you have used in your application or simple runnable sample if possible. 
2.Video demonstration of the issue (If you face the issue while dynamically changing the property values) 
3.If any specific replication procedure followed in your end to reproduce the issue. 
 
The above details will help us to analyze further and provide you the better solution. 
 
Thanks, 
Deepak R. 


Loader.
Up arrow icon