Mail Merge Word 2007 Outlook 2007 C#

E

Edgar Zigne

I have a . net c# aplication that generates a xls file then opens word and
make a mail merge whit the xls data.

After a severel mails send (1300-1400 generally), it's throwed an error
from word with the mensage "Exception HRESULT: 0x8002801D
(TYPE_E_LIBNOTREGISTERED)"

In client side event viewer i notice at that time the following error : "ID:
0, Application Name: Microsoft Office Word, Application Version:
12.0.6331.5000, Microsoft Office Version: 12.0.6215.1000. This session lasted
3176 seconds with 0 seconds of active time. This session ended with a crash."
 
J

JMiguez

I have a . net c# aplication that generates a xls file then opens word and
make a mail merge whit the xls data.

After a severel mails send (1300-1400 generally),  it's throwed an error
from word with the mensage "Exception HRESULT: 0x8002801D
(TYPE_E_LIBNOTREGISTERED)"

In client side event viewer i notice at that time the following error : "ID:
0, Application Name: Microsoft Office Word, Application Version:
12.0.6331.5000, Microsoft Office Version: 12.0.6215.1000. This session lasted
3176 seconds with 0 seconds of active time.  This session ended with a crash."

Is it always exactly the same number? Do you know what is the library
causing trouble? What are your current libraries loaded? Is the
machine running a copy of MS-Office 2007? Also, posting part of the
code facilitates with ease viewing any errors.


Juan Miguez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top