S
Sidi
Hi,
I am creating instance of word in asp.net by using following code
Public WithEvents wrdApp As Word.Application
wrdApp = New Word.Application
.......
when code reaches to
' Add a new document.
wrdDoc = wrdApp.Documents.Open(Server.MapPath(strSrcFileName))
code hangs without giving any exception. I dont want to see the document I
want to load and perform mail merge.A day before it was running fine on the
same PC but next day its not doing automation on my PC ans simply hangs. It
is creating instance of word but then nothing happens please tell me is this
an issue of rights or code? and what will be the approperiate approach to do
this work
Sidi
I am creating instance of word in asp.net by using following code
Public WithEvents wrdApp As Word.Application
wrdApp = New Word.Application
.......
when code reaches to
' Add a new document.
wrdDoc = wrdApp.Documents.Open(Server.MapPath(strSrcFileName))
code hangs without giving any exception. I dont want to see the document I
want to load and perform mail merge.A day before it was running fine on the
same PC but next day its not doing automation on my PC ans simply hangs. It
is creating instance of word but then nothing happens please tell me is this
an issue of rights or code? and what will be the approperiate approach to do
this work
Sidi