M
Miriam
Hi,
My windows application written in vb.net does: open word documents locally and merge data into it then save these documents to network shared drive. Most time the appliction works fine, occasionally it pops up the error message saying" Word cannot complete the save due to a file permission error C:\document and settings\...fileName", after dismisses the message box by click on "OK" application hangs.
The system is Windows 2000 server with .net framework 1.1. and having Office 2000 SR-1 and Word 2000 SR-1 installed on that server and non AntiVirus software installed on that machine.
in the code like
....
WordDoc.ActiveDocument.SaveAs(FileName:=fileName, FileFormat:=Word.WdSaveFormat.wdFormatDocument, _
AddtoRecentFiles:=False, SaveFormsData:=False)
....
How can I solve this problem. Please help me!!!
Thanks a lot.
Miriam
My windows application written in vb.net does: open word documents locally and merge data into it then save these documents to network shared drive. Most time the appliction works fine, occasionally it pops up the error message saying" Word cannot complete the save due to a file permission error C:\document and settings\...fileName", after dismisses the message box by click on "OK" application hangs.
The system is Windows 2000 server with .net framework 1.1. and having Office 2000 SR-1 and Word 2000 SR-1 installed on that server and non AntiVirus software installed on that machine.
in the code like
....
WordDoc.ActiveDocument.SaveAs(FileName:=fileName, FileFormat:=Word.WdSaveFormat.wdFormatDocument, _
AddtoRecentFiles:=False, SaveFormsData:=False)
....
How can I solve this problem. Please help me!!!
Thanks a lot.
Miriam