The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
When debugging I have Visual Studio break when CLR exceptions are thrown. What I've found is that when the DateTimePickerExt is used with the default long date format a first chance exception is always generated during the validation phase. Here is the call stack:
mscorlib.dll!System.Int32::Parse(String* s = "Monday") + 0x16 bytes
syncfusion.tools.dll!Syncfusion.Windows.Forms.Tools.DateTimePickerExt::ValidateDay() + 0x3b bytes
It seems to me that if the format is Long then the weekday should not be handed off to int.Parse.
The annoying part is that I have to disable break-on-throw in order to do any work with the DateTimePickerExt. Any chance of fixing this in the future?
Sean
ADAdministrator Syncfusion Team October 21, 2003 06:45 PM UTC
Hi Sean,
Thanks for bringing this to our attention. I have tested for this issue here using the DateTimePickerExtDemo sample and was able to reproduce it. I have informed the Essential Suite Development Team regarding this problem and we will try our best to fix this at the earliest. Our sincere apologies for the inconveniences caused. Thanks for your patience and cooperation on this issue.
Regards,
Guru Patwal
Syncfusion, Inc.