//So every time I turn it on this is message pops up.
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: Index
at
System.ThrowHelper.ThrowArgumentOutOfRangeException(Exceptio
nArgument argument, ExceptionResource resource)
at XmlDB.XML_CLientDBProvider.UpdateFromFile()
at XmlDB.XML_CLientDBProvider..ctor(String dataPath)
at
WorkstationUI_Model.WorkstationMainContext..ctor(IUserInteraction
prompts, String loaderXML_Path, SynchronizationContext
syncContext)
at WorkstationUI_WPF.AppStartApp()
//Then another pop up comes up.
Object reference not set to an instance of an object.
at WorkstationUI_WPF.App.StartApp()
at WorkstationUI_WPF.App.DoStartup(Object sender, StartupEventArgs e)