callavin
October 25th, 2006, 02:57 AM
I have one application which is transforming the XML based on the XSL.
In that Application I am first dumping the transformed content in a temp file and then I am reading that dumped content in the stream and showing in the browser.
But this application sometimes gives me error
" File cannot be accessed as it is being used by some process"
the solution seems to me like this:
I should not write the content in any file instead of it I should put in memory, but question is how?
other
If I am using the file as a temporary then how to avoid this exception?
Thanks!!
In that Application I am first dumping the transformed content in a temp file and then I am reading that dumped content in the stream and showing in the browser.
But this application sometimes gives me error
" File cannot be accessed as it is being used by some process"
the solution seems to me like this:
I should not write the content in any file instead of it I should put in memory, but question is how?
other
If I am using the file as a temporary then how to avoid this exception?
Thanks!!