MapWindow / MapWindow5

MW5 is a desktop GIS which is extendable using the plug-in architecture. It is using the MapWinGIS mapping control and is created from scratch in 2015 using new technologies like MEF and Dependency Injection making it small in size, robust and fast.
288 stars 100 forks source link

Index out of range #138

Open trujillo66 opened 2 years ago

trujillo66 commented 2 years ago

I installed MapWindow and it was working fine. Suddenly it generates an error: Index out of range. (attached bug report). Then I uninstall it, to install it again, but I keep getting the same error.

---- Bug report: Description: El índice estaba fuera del intervalo. Debe ser un valor no negativo e inferior al tamaño de la colección. Nombre del parámetro: index

Stack trace:

   en System.Collections.ArrayList.get_Item(Int32 index)
   en Syncfusion.Windows.Forms.Tools.AHTabControl.RemoveTab(DockStateControllerBase dscbase)
   en Syncfusion.Windows.Forms.Tools.MainFormController.ExitAutoHideMode(DockStateControllerBase ddcbase, Boolean bcloseonexit)
   en Syncfusion.Windows.Forms.Tools.DockTabController.CloseController(DockHostController dcclose)
   en Syncfusion.Windows.Forms.Tools.DockHostController.CloseController()
   en Syncfusion.Windows.Forms.Tools.DockHostController.set_DockVisibility(Boolean value)
   en Syncfusion.Windows.Forms.Tools.DockingManager.SetDockVisibility(Control ctrl, Boolean bvisible)
   en MW5.Views.MainView.ShowView(IWin32Window parent)
   en MW5.Plugins.Mvp.BasePresenter`1.Run(IWin32Window parent)
   en MW5.Program.Main()
josimaralves commented 2 years ago

Hi, I have the same problem. Did you solve this?