首页 / 浏览问题 / 三维GIS / 问题详情
组件.net 8C在设置三维图层符号时报错
2EXP 2018年03月07日
在符号弹出框中选择3D符号点击确定按钮时会报错,此操作第一次不会有问题,多操作几次就会报错,错误如下:

System.Runtime.InteropServices.SEHException (0x80004005): 外部组件发生异常。
   在 UGC.UGRoot3D.Render(UGRoot3D* )
   在 SuperMap.UI.SceneControl.RenderTimer_Tick(Object sender, EventArgs e)
   在 System.Windows.Forms.Timer.OnTick(EventArgs e)
   在 System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   在 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   在 System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   在 System.Windows.Forms.Application.RunDialog(Form form)
   在 System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   在 System.Windows.Forms.Form.ShowDialog()
   在 SuperMap.UI.SymbolDialog.ShowDialog()

1个回答

您好,您用的是哪个版本的8c组件呢?是17年发布的那个版本吗?
5,560EXP 2018年03月07日
8.1.1版本
提供一下相关代码吧,我看看什么原因。

建议提示下报错的断点位置。
...