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 #185

Open xhqiao89 opened 6 years ago

xhqiao89 commented 6 years ago

amcewen[CodePlex]
Version: 1.6.13.2 Description: Adding shapefiles from a personal geodatabase. Error: DevExpress.Data.Filtering.Exceptions.InvalidPropertyPathException: Can't find property 'NAME'

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

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

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

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 System.Collections.CollectionBase.RemoveAt(Int32 index) at DevExpress.XtraGrid.Columns.GridColumnCollection.ClearColumns(Boolean dispose)

at DevExpress.XtraGrid.Views.Base.ColumnView.PopulateColumns() at DotSpatial.Plugins.AttributeDataExplorer.MainForm.BindData(DataTable table) at DotSpatial.Plugins.AttributeDataExplorer.MainForm.RefreshData(ILayer iLayer) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.EventHandler1.Invoke(Object sender, TEventArgs e) at System.EventHandler1.Invoke(Object sender, TEventArgs e) at DotSpatial.Symbology.Layer.set_IsSelected(Boolean value) at DotSpatial.Controls.Legend.DoItemMouseDown(ItemMouseEventArgs e) at DotSpatial.Controls.Legend.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseDown(Messageamp m, MouseButtons button, Int32 clicks)

at System.Windows.Forms.Control.WndProc(Messageamp m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)