on 2009 Jul 14 11:24 PM
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
Request clarification before answering.
Seems there are some typos
in SAPbobsCOM.IItems.Udate()
it should be:
in SAPbobsCOM.IItems.Update()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 23 | |
| 13 | |
| 10 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.