Skip to Content
0
Apr 11, 2018 at 10:32 PM

Add-on 9000002 failed with exception; Event Type: 6

700 Views Last edit Apr 13, 2018 at 08:37 AM 2 rev

Hi experts, can someone of you help me.

When i'm in debug mode the add-on works fine, but then if i register the addon the menu and form loads normaly but when i click on a button to fill my grid i receive the message in status bar: Add-on 9000002 failed with exception; Event Type: 6

this is the code in the button

private void Button0_ClickBefore(object sboObject, SAPbouiCOM.SBOItemEventArg pVal, out bool BubbleEvent)

{

//throw new System.NotImplementedException();

cargarGrid(); //load grid

BubbleEvent = true;

}

Thanks in advance