ArgumentException: An item with the same key has already been added.
Call Stackat System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at DevExpress.Utils.Localization.XtraLocalizer.DXResourceManager.FixUpInvariantStrings(ResourceSet resourceSet)
at DevExpress.Utils.Localization.XtraLocalizer.DXResourceManager.EnsureResourcesCore(CultureInfo culture, ResourceSet& resourceSet)
at DevExpress.Utils.Localization.XtraLocalizer.DXResourceManager.EnsureResources(CultureInfo culture)
at DevExpress.Utils.Localization.XtraLocalizer.DXResourceManager.ResourceSetProxy.GetString(String name, Boolean ignoreCase)
at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
at DevExpress.Utils.Localization.XtraResXLocalizer`1.GetLocalizedStringFromResources(T id)
at DevExpress.Utils.Localization.XtraResXLocalizer`1.GetLocalizedStringCore(T id)
at DevExpress.Utils.Localization.XtraResXLocalizer`1.ResourceIdToString(T id)
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
at DevExpress.Utils.Localization.XtraResXLocalizer`1.GetLocalizedString(T id)
at DevExpress.XtraPrinting.Localization.PreviewLocalizer.GetString(PreviewStringId id)
at DevExpress.XtraPrinting.Localization.PreviewStringIdExtensions.GetString(PreviewStringId id)
at DevExpress.XtraReports.UI.XRGauge.PutStateToBrick(VisualBrick brick, PrintingSystemBase ps)
at DevExpress.XtraReports.UI.XRControl.PutStateToBrickConditional(VisualBrick brick, PrintingSystemBase ps)
at DevExpress.XtraReports.UI.XRControl.CreateInitializedBrickWithoutValidation(VisualBrick[] childrenBricks, XRWriteInfo writeInfo)
at DevExpress.XtraReports.UI.XRControl.CreateInitializedBrick(VisualBrick[] childrenBricks, XRWriteInfo writeInfo)
at DevExpress.XtraReports.UI.XRControl.GetPrintableBrick(XRWriteInfo writeInfo)
at DevExpress.XtraReports.UI.XRControl.WriteContentToAsync(XRWriteInfo writeInfo)
at DevExpress.XtraReports.UI.Band.BandContentGenerator.GenerateAsync(DocumentBand docBand)
at DevExpress.XtraReports.UI.Band.GenerateContentAsync(DocumentBand docBand, Int32 rowIndex, CancelEventArgs args, Boolean useAsync)
at DevExpress.XtraReports.UI.Band.GenerateContentAndDecomposeAsync(DocumentBand docBand, Int32 rowIndex, CancelEventArgs args)
at DevExpress.XtraReports.UI.Band.CreateDocumentBandAsync(PrintingSystemBase ps, Int32 rowIndex, PageBuildInfo pageBuildInfo, Boolean raiseEvent)
at DevExpress.XtraReports.UI.Band.CreateSubDocumentBandsAsync(PrintingSystemBase ps, Int32 rowIndex, PageBuildInfo pageBuildInfo, Boolean raiseEvent)
at DevExpress.XtraReports.UI.Band.CreateDocumentBandAsync(PrintingSystemBase ps, Int32 rowIndex, PageBuildInfo pageBuildInfo, Boolean raiseEvent)
at DevExpress.XtraReports.Native.Printing.DocumentBuilderBase.CreateDocumentBandAsync(BandKind bandKind, Int32 rowIndex, Boolean raiseEvent)
at DevExpress.XtraReports.Native.Printing.DocumentBuilder.BuildAsync()
at DevExpress.XtraReports.UI.XtraReportBase.BuildDocumentAsync(DocumentBuilderBase builder)
at DevExpress.XtraReports.UI.XtraReportBase.WriteToDocumentAsync(DocumentBuilderBase docBuilder)
at DevExpress.XtraReports.UI.XtraReport.WriteToDocumentAsync(DocumentBuilderBase docBuilder, PrintingSystemBase ps)
at DevExpress.XtraReports.UI.SubreportBase.WriteContentToAsync(XRWriteInfo writeInfo, VisualBrick brick, Boolean useAsync)
at DevExpress.XtraReports.UI.XRControl.WriteContentToAsync(XRWriteInfo writeInfo)
at DevExpress.XtraReports.UI.Band.BandContentGenerator.GenerateAsync(DocumentBand docBand)
at DevExpress.XtraReports.UI.Band.GenerateContentAsync(DocumentBand docBand, Int32 rowIndex, CancelEventArgs args, Boolean useAsync)
at DevExpress.XtraReports.UI.Band.GenerateContentAndDecomposeAsync(DocumentBand docBand, Int32 rowIndex, CancelEventArgs args)
at DevExpress.XtraReports.UI.Band.CreateDocumentBandAsync(PrintingSystemBase ps, Int32 rowIndex, PageBuildInfo pageBuildInfo, Boolean raiseEvent)
at DevExpress.XtraReports.Native.Printing.DocumentBuilderBase.CreateDocumentBandAsync(BandKind bandKind, Int32 rowIndex, Boolean raiseEvent)
at DevExpress.XtraReports.Native.Printing.DocumentBuilder.BuildAsync()
at DevExpress.XtraReports.UI.XtraReportBase.BuildDocumentAsync(DocumentBuilderBase builder)
at DevExpress.XtraReports.UI.XtraReport.BeginDocumentCreationAsync(Single progressRange, DocumentBuilderBase documentBuilder)
at DevExpress.XtraReports.UI.XtraReport.DevExpress.XtraReports.IReport.CreateDocumentCoreAsync(Single progressRange, CancellationToken token)
at DevExpress.XtraReports.Native.DocumentCreator.CreateAsync(Single progressRange, CancellationToken token)
at DevExpress.XtraReports.UI.XtraReport.ReportAsyncTool.ExecAsync(Action export)