-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Got this error message when trying to clip from Landfire_EVT webservice on the server to the AOI. I'm running the addin on ArcMap 10.8.1. Gus has the same issue on 10.5.X.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'ESRI.ArcGIS.Catalog.IGxDataset'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{BDBBB3F4-D0B2-11D1-AED9-080009EC734B}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
at BAGIS.frmAOIInfo.CmdAddLayer_Click(Object sender, EventArgs e) in C:\workspace\vb-bagis\src\AOI\frmAOIInfo.vb:line 983
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)