I
Igor
I have a windows forms program that allows users to open up Word documents
with pre-populated information. I am using interop to code against Word and
opening a document like this: Word._Docuemnt doc1 =
wordApp.Documents.Add(.....)
Now, lets say the user closes Word and then goes back to the application and
tries to open up an instance of Word, they will receive "Invalid Command" and
"RPC Server Unavailable" COM exceptions. Is there any way to prevent this?
Thanks,
Igor
with pre-populated information. I am using interop to code against Word and
opening a document like this: Word._Docuemnt doc1 =
wordApp.Documents.Add(.....)
Now, lets say the user closes Word and then goes back to the application and
tries to open up an instance of Word, they will receive "Invalid Command" and
"RPC Server Unavailable" COM exceptions. Is there any way to prevent this?
Thanks,
Igor