Hi,
In my VB application I´m using Word object model to make a document dinamically. On the first page(Template) I insert a bookmark and then I make another page, and I copy this page to the bookmark of the first page.
After that I make a new section and the proccess begins again (witch will create more pages).
Everything works fine, until I run the process again from the begining.
If I let those pages created at the first time open (stay with word instance open) the process runs well again. However if I close that Word instance and try to run the process again (always with my vb apllication running) i get this error message:
"The remote server machine does not exist or is unavailable".
Why this appens? It seems that something had stayed in memory or that something stop working in Word.
Thank you.
In my VB application I´m using Word object model to make a document dinamically. On the first page(Template) I insert a bookmark and then I make another page, and I copy this page to the bookmark of the first page.
After that I make a new section and the proccess begins again (witch will create more pages).
Everything works fine, until I run the process again from the begining.
If I let those pages created at the first time open (stay with word instance open) the process runs well again. However if I close that Word instance and try to run the process again (always with my vb apllication running) i get this error message:
"The remote server machine does not exist or is unavailable".
Why this appens? It seems that something had stayed in memory or that something stop working in Word.
Thank you.