There is a site known as that consists of a Silverlight application. Strangely, this site loads on all other computers except mine.
I keep encountering the following error:
An Error occurred in the Silverlight Application: String was not recognized as a valid DateTime.
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.Convert.ToDateTime(String value, IFormatProvider provider)
...
at Hattrick.HattrickServiceClient.OnGetMatchDatesCompleted(Object state)
I did not create this website. Could there be an issue with my system settings?
My System Configuration
OS : Windows 7
Silverlight: Latest version 5 (64-bit)
Browser : Chrome (The issue persists across all browsers)