Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
DateTimeEditor error with NetAdvantage 2009 1
posted

Following error appears when I try to drop down :
System.FormatException: La chaîne n'a pas été reconnue en tant que DateTime valide.

I'm using a french environnement (windows vista, visual studio 2008).

English message should be :
System.FormatException: String was not recognized as a valid DateTime.

To reproduce the error, Just start a new project, insert a Ultradatetime editor control, execute the project, try to dropdown and CRASH.

Any idea ?

Parents
No Data
Reply
  • 69832
    Offline posted

    I was not able to reproduce the issue you described here using the French (France) culture settings. Sometimes exceptions which we safely catch are thrown by the control, which could cause this behavior if you set your debugger to throw all exceptions. If you have checked the 'Thrown' column on the Debug->Exceptions->Common Language Runtime Exceptions settings, that might explain this. If you have ruled this out you should report this as a bug.

Children