which is quite odd, considering the tio file I am trying to open, is from a recently made tourney. it doesn't make any sense.
from debug log
String was not recognized as a valid DateTime.: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.DateTime.Parse(String s, IFormatProvider provider)
at AiN.Tio.Data.Tournament.GetTournamentDetails(Guid id)
at AiN.Tio.Business.Tournament.LoadFromID()
at AiN.Tio.Business.Tournament..ctor(Guid id)
at AiN.Tio.Business.Tournament.GetTournament(Guid id)
at AiN.Tio.Business.Tournament.GetTournamentFromXml()
at AiN.Tio.App.TourneyApp.LoadData(String filename)
Ex: System.ArgumentException: Delegate to an instance method cannot have null 'this'.
at System.MulticastDelegate.ThrowNullThisInDelegateToInstance()
at System.MulticastDelegate.CtorClosed(Object target, IntPtr methodPtr)
at AiN.Tio.App.SplashController.Hide(Boolean force)