Error handling in TAPI3.0 by vb.net
-
hi friends Currently i m working on msTAPI3.0 in vb.net. I want to call 3 customer so i user for loop. When loop play for first time the message sent successfully but second time an error occur error is: ------------------------------------------------------------------------ Uninitialized object (Exception from HRESULT: 0x80040007 (OLE_E_BLANK)) ------------------------------------------------------------------------ How can i sort out this error. Plz solve my problem. Thanks in advance
-
hi friends Currently i m working on msTAPI3.0 in vb.net. I want to call 3 customer so i user for loop. When loop play for first time the message sent successfully but second time an error occur error is: ------------------------------------------------------------------------ Uninitialized object (Exception from HRESULT: 0x80040007 (OLE_E_BLANK)) ------------------------------------------------------------------------ How can i sort out this error. Plz solve my problem. Thanks in advance
You need to the post a code snippet of what is throwing this error. Without seeing it, anyone who gives you an answer is just guessing at the problem.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
hi friends Currently i m working on msTAPI3.0 in vb.net. I want to call 3 customer so i user for loop. When loop play for first time the message sent successfully but second time an error occur error is: ------------------------------------------------------------------------ Uninitialized object (Exception from HRESULT: 0x80040007 (OLE_E_BLANK)) ------------------------------------------------------------------------ How can i sort out this error. Plz solve my problem. Thanks in advance
Like Dave said, you need to post the code snippet where you are having trouble. No one can really help without seeing it.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
You need to the post a code snippet of what is throwing this error. Without seeing it, anyone who gives you an answer is just guessing at the problem.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007He must be expecting someone to know the error code right off the top of their head? :~ I just take the whole error code and put it in a google search.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon