Hi all,
I have a problem while deleting xml File.
In detail i have generated xml file with encrypted format.
now when i am importing this file with decryption all data read and inserted to database using dataset. Record inserted successfully but when all process completed i want to delete the decrypted file using
system.IO.file.delete(strpath);
it can't be deleted shows error message file is used by another process.
Can anybody help me its urgent..
Thanks in advance..