Senthil V

Senthil V

  • NA
  • 52
  • 0

Creating Word Document in ASP.NET Some Temp files creating ......

Jun 14 2006 5:05 AM

Hi,

In ASP.NET im creating the word document. While document is creating some temp file is creating. So at that time i can't able to down load the file from server machine to client machine.
Eg.
     Word File Name  : "Endoscopy_2_49_5.doc"
     Temp File Name : "~$doscopy_2_49_5.doc"

Error Occurs:
------------------
The process cannot access the file "<path>" because it is being used by another process.

Here im creating the Word Document in the Server Machine. After that from Client Machine im down load the file and do some correction and updating to server. How to over come this one.

Thanks in advance,
Senthil V.