BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
Was working with no errors on .Net6 but after I moved to .Net 7, I get the error when I'm using the datetime picker.
i had this in program.cs :
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("en-GH");
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("en-GH");
yet i get the error:
Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier.
System.Globalization.CultureNotFoundException: Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier.
at System.Globalization.CultureInfo..ctor(Int32 culture, Boolean useUserOverride)
at System.Globalization.CultureInfo..ctor(Int32 culture)
at Syncfusion.Blazor.Calendars.SfDatePicker`1[[System.DateTime, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ParseDate(String dateValue, String format)
at Syncfusion.Blazor.Calendars.SfDatePicker`1.<StrictModeUpdate>d__396[[System.DateTime, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
at Syncfusion.Blazor.Calendars.SfDatePicker`1.<OnInitializedAsync>d__374[[System.DateTime, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
Hi Boot Dat,
Thank you for reaching out us regarding the issue you're facing, particularly when switching the project from .NET 6 to .NET 7 in the en-GH culture. Your additional information is greatly help us in addressing this matter effectively.
To assist you further, we kindly request you to share the replication procedure, including step-by-step instructions and any relevant configuration details, that will allow us to recreate the issue on our end.
Once we receive the replication procedure, we will promptly begin working on reproducing the issue and conducting a thorough analysis.
Regards,
Yohapuja S
Create a Blazor Wasm shared project
Select .Net 7 for framework
Install Syncfusion.Blazor.Calendar nuget
Add culture info in program.cs
inject syncfusion.blazor
add calender component in index.razor
find attached link for minimal project (uploading of zip failed)
https://drive.google.com/file/d/1ElPaQLwffKKuo6MoVfQ0yvBlIQn0NA4e/view?usp=sharing
Hi Boot Dat,
We have considered the reported issue "when using invalid culture, culture not found exception is thrown in initial component rendering" as a bug from our end and the fix for the issue will be included with our upcoming patch release, which is expected to be rolled out in mid-October.
Now you can track the status of the reported issue through the feedback below,
Feedback Link: https://www.syncfusion.com/feedback/46734/when-using-invalid-culture-culture-not-found-exception-is-thrown-in-initial
Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”
Regards,
Yohapuja S
Well noted. Thank you !
Hi Boot Dat
We have included the fix for the issue "When using invalid culture, culture not found exception is thrown in initial component rendering" with our package version “22.1.41”. Therefore, we recommend upgrading to our latest version to resolve the current issue.
Release notes: https://blazor.syncfusion.com/documentation/release-notes/23.1.41?type=all#date-picker
Regards,
Yohapuja S