cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

System. Runtime. InteropServices.SEHException

Former Member
0 Likes
363

Hi all:

I have a problem with a small development of software in VB for SAP B1, this application uses a file of Excel and agrees to update a table of SAP b1, when it runs out of my facilities an exepción happens and it stops with the next error of .net framework (Sytem,RuntimeinteropServices.SEHException), II have looked for some solution on pages of Internet but the presented solutions they are not convincing , will anybody have the experience of something similarly that could help me?

The error begin with some like this:

Consult the endo of message for obtaining details about invoque a debbugin JIT

System.Runtime.InteropServices.SEHException: a external component produce a exception

in SAPbobsCOM.IItems.Udate()

in ListaP.Frm_CargaPrecio.UdatePrice()

in ListaP.Frm_CargaPrecio.Precio()

in ListaP.Frm_CargaPrecio.Proceso()

In ListaP.Frm_CargaPrecio.btnInicio_Click(Object sender,EventArgs e)

and more ....

The unsual of this error is only happens out of my facilities, inside my facilities they have been proved with ms excel 2003 and 2007

Thanks a lot for your kind attention and recomendation about

Regards

Richard C

Accepted Solutions (0)

Answers (1)

Answers (1)

YatseaLi
Product and Topic Expert
Product and Topic Expert
0 Likes

Seems there are some typos

in SAPbobsCOM.IItems.Udate()

it should be:

in SAPbobsCOM.IItems.Update()

Former Member
0 Likes

Yatsea:

Thank for your observation

Regards