punnoosepj 0 Newbie Poster

I have some problem i am trying to create a pdf with itextsharp in an aspx page i published in web service and called it but for the first time when i called aspx page
i am getting an error message. But for every subsequent call to the webpage with query string i get the pdf
-----------------The error message is-----------


The process cannot access the file 'D:\Production_LIVE\Virtual Directories\...\88' because it is being used by another process.
-----------------The error message is-----------
i am deleting the path at the end of the function i write to create the pdf.
I am clueless regarding this exception in the first call to web page.This happens only in the first time when i call the web page.
and every subsequent calls it generates a pdf..
Please do help me at the earliest..
Punnoose