word instacnce is not opening document in it
Hi,
I am creating instance of word in asp.net by using following code
PublicWithEvents wrdAppAs Word.ApplicationwrdApp =
New Word.Application......
when code reaches to
' Add a new document.
wrdDoc = wrdApp.Documents.Open(Server.MapPath(strSrcFileName))
code halts. 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

