CUAHSI / HydroDesktop

HydroDesktop is a free and open source GIS enabled desktop application that helps you search for, download, visualize, and analyze hydrologic and climate data registered with the CUAHSI Hydrologic Information System. HydroDesktop is part of the legacy CUAHSI toolkit and is not under active development. Click the "releases" link below to download the latest installer for Microsoft Windows.
73 stars 20 forks source link

Unhandled Exception #126

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

nguyenkhachung[CodePlex]
Version: 1.6.11.9 Description: Error: DevExpress.Data.Filtering.Exceptions.InvalidPropertyPathException: Can't find property 'Name1'

at DevExpress.XtraGrid.Views.Base.ColumnView.ApplyColumnsFilterCore(Boolean updateMRU)

at DevExpress.XtraGrid.Views.Base.ColumnView.ApplyColumnsFilter() at DevExpress.XtraGrid.Views.Base.ColumnView.OnActiveFilterChanged(Object sender, EventArgs e)

at DevExpress.XtraGrid.Views.Base.ViewFilter.OnViewFilterChanged() at DevExpress.XtraGrid.Views.Base.ViewFilter.OnRemoveComplete(Int32 position, Object item)

at System.Collections.CollectionBase.System.Collections.IList.Remove(Object value)

at DevExpress.XtraGrid.Views.Base.ViewFilter.Remove(GridColumn column) at DevExpress.XtraGrid.Views.Base.ColumnView.OnColumnDeleted(GridColumn column) at DevExpress.XtraGrid.Views.Grid.GridView.OnColumnDeleted(GridColumn column) at DevExpress.XtraGrid.Views.Base.ColumnView.OnColumnsCollectionChanged(Object sender, CollectionChangeEventArgs e)

at DevExpress.XtraGrid.Columns.GridColumnCollection.RaiseCollectionChanged(CollectionChangeEventArgs e)

at DevExpress.XtraGrid.Columns.GridColumnCollection.OnRemoveComplete(Int32 index, Object obj)

at System.Collections.CollectionBase.RemoveAt(Int32 index) at DevExpress.XtraGrid.Columns.GridColumnCollection.ClearColumns(Boolean dispose)

at DevExpress.XtraGrid.Columns.GridColumnCollection.DestroyColumns() at DevExpress.XtraGrid.Views.Base.ColumnView.PopulateColumns() at DotSpatial.Plugins.AttributeDataExplorer.MainForm.BindData(DataTable table) at DotSpatial.Plugins.AttributeDataExplorer.MainForm.RefreshData(ILayer iLayer) at DotSpatial.Plugins.AttributeDataExplorer.MainForm.LayerManager_ActiveLayerChanged(Object sender, EventArgs e)

at System.EventHandler.Invoke(Object sender, EventArgs e) at DotSpatial.Plugins.AttributeDataExplorer.LayerManager.OnActiveLayerChanged(EventArgs ea)

at DotSpatial.Plugins.AttributeDataExplorer.LayerManager.LayerSelected() at DotSpatial.Plugins.AttributeDataExplorer.LayerManager.MapFrame_LayerSelected(Object sender, LayerSelectedEventArgs e)

at System.EventHandler1.Invoke(Object sender, TEventArgs e) at DotSpatial.Symbology.Layer.OnLayerSelected(ILayer sender, Boolean selected) at DotSpatial.Symbology.Group.collection_LayerSelected(Object sender, LayerSelectedEventArgs e)

at System.EventHandler1.Invoke(Object sender, TEventArgs e) at DotSpatial.Symbology.LayerEventList1.OnLayerSelected(ILayer layer, Boolean selected)

at DotSpatial.Symbology.LayerEventList1.set_SelectedLayer(ILayer value) at DotSpatial.Symbology.LayerEventList`1.ItemLayerSelected(Object sender, LayerEventArgs e)

at DotSpatial.Symbology.Layer.OnLayerSelected(ILayer sender, Boolean selected) at DotSpatial.Symbology.Layer.set_IsSelected(Boolean value) at Search3.Area.SelectAreaByAttributeDialog.cmbActiveLayer_SelectedIndexChanged(Object sender, EventArgs e)

at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) at System.Windows.Forms.ComboBox.WmReflectCommand(Messageamp m) at System.Windows.Forms.ComboBox.WndProc(Messageamp m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Messageamp m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Messageamp m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)