- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #81
I've seen this error before: it occures when different culture infos are used. Then the expected date format was not correct and update failed.System.FormatException: String was not recognized as a valid DateTime.
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.Convert.ToDateTime(String value)
at Cinema.Models.CinemaHome.CkeckUpdate(Boolean dialog)
But I've thought this was fixed quite long before.
Do you use the lastest version of Cinema plugin? Did you use older versions before (in this case old settings might be the problem)?