- 积分
- 291
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-19
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2012-6-28 13:11:06
|
显示全部楼层
我从http://www.meteothinker.com/Downloads.html这个地址下载了MeteoInfo.C.dll试了一下,问题还是存在,虽然概率比较低,96次请求中,有2次出现了这个异常:System.InvalidOperationException: 集合已修改;可能无法执行枚举操作。
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
在 System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()
在 MeteoInfoC.Projections.ProjectionInfo.ToProj4String()
在 MeteoInfoC.Map.MapView.AddVectorLayer(VectorLayer aLayer)
在 MeteoInfoC.Map.MapView.AddLayer(MapLayer aLayer)
在 MeteoInfoC.Legend.MapFrame.AddLayerNode(LayerNode aLN)
在 MeteoInfoC.Legend.MapFrame.AddLayer(MapLayer aLayer)
在 frmMain.OpenLayer(String layerfile) 位置 E:\test\frmMain.cs:行号 105 |
|