Gnet Crash due to Layouts
To fix the following error in GNet, do the following:
Closeout of Granite Net and delete the Layouts folder from the following location:
C:\users\(currently logged in user\appdata\local\Cues\Granite Net
*****************************************************************************************

System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at DevExpress.Utils.Serializing.XmlXtraSerializer.DeserializeCore(Stream stream, String appName, IList objects)
at DevExpress.Utils.Serializing.XmlXtraSerializer.Deserialize(String path, String appName, IList objects)
at DevExpress.Utils.Serializing.XtraSerializer.DeserializeObject(Object obj, String path, String appName, OptionsLayoutBase options)
at DevExpress.Utils.Serializing.XtraSerializer.DeserializeObject(Object obj, Object path, String appName, OptionsLayoutBase options)
at DevExpress.Xpf.Core.Serialization.DXSerializer.DeserializeCore(DependencyObject root, Object path, String appName, DXOptionsLayout options, AcceptNestedObjects acceptNested)
at DevExpress.Xpf.Core.Serialization.DXSerializer.DeserializeSingleObject(DependencyObject d, Object path, String appName)
at DevExpress.Xpf.Docking.SerializationController.RestoreLayout(Object path)
at DevExpress.Xpf.Docking.DockLayoutManager.RestoreLayoutCore(Object path)
at ApplianceLayoutModule.Models.LayoutModel.RunInterceptor(ViewContext , String )
at ApplianceLayoutModule.Models.LayoutModel.LoadLayout(ViewContext newContext, Boolean savePrevious)
at ApplianceComponents.UI.ViewModel.MainLayoutViewModel.AddTag(ViewContext )
at Microsoft.Practices.Composite.Events.EventSubscription`1.InvokeAction(Action`1 action, TPayload argument)
at Microsoft.Practices.Composite.Events.EventSubscription`1.<>c__DisplayClass2.<GetExecutionStrategy>b__0(Object[] arguments)
at Microsoft.Practices.Composite.Events.EventBase.InternalPublish(Object[] arguments)
at Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent`1.Publish(TPayload payload)
at ApplianceComponents.UI.ViewModel.MainLayoutViewModel.AwakeTag(Object )
at Microsoft.Practices.Composite.Events.EventSubscription`1.InvokeAction(Action`1 action, TPayload argument)
at Microsoft.Practices.Composite.Events.EventSubscription`1.<>c__DisplayClass2.<GetExecutionStrategy>b__0(Object[] arguments)
at Microsoft.Practices.Composite.Events.EventBase.InternalPublish(Object[] arguments)
at Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent`1.Publish(TPayload payload)
at ApplianceComponents.Helpers.ToolbarItemFactory.SortMap[T](Object )
at Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand`1.Execute(T parameter)
at Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand`1.System.Windows.Input.ICommand.Execute(Object parameter)
at Infrastructure.Interfaces.BarService.Classes.SaveCheckedCommand.Execute(Object parameter)
at DevExpress.Xpf.Bars.Native.CommandSourceHelper.Execute(ICommand command, Object commandParameter, IInputElement commandTarget)
at DevExpress.Xpf.Bars.BarItem.ExecuteCommand(ICommand command, Object commandParameter, IInputElement actualCommandTarget)
at DevExpress.Xpf.Bars.BarItem.<>c__DisplayClass60.<OnItemClick>b__5f()
at DevExpress.Xpf.Bars.BarItem.OnItemClick(BarItemLink link)
at DevExpress.Xpf.Bars.BarItemLink.OnClick()
at DevExpress.Xpf.Bars.BarItemLinkControl.OnClick()
at DevExpress.Xpf.Bars.BarButtonItemLinkControl.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)