O
oliviers
Hi,
I'm trying to filter a xml file using a xml transform object in
vb.net.
The process is running great till I try to delete the xml file when
the job is finished.
I set all my objects to nothing, call GC.collect and finally call
Kill(xmlfilename).
I get an IO error telling the file was unavailable because locked by
another process.
is there a way to detect which object is still locking the file?
Thanks,
I'm trying to filter a xml file using a xml transform object in
vb.net.
The process is running great till I try to delete the xml file when
the job is finished.
I set all my objects to nothing, call GC.collect and finally call
Kill(xmlfilename).
I get an IO error telling the file was unavailable because locked by
another process.
is there a way to detect which object is still locking the file?
Thanks,