Hi all,
Here am using FileStream in append mode.StreamWrit er is also used.when on debugging my application my application will give following exception: The process cannot access the file because it is being used by another process.
as i already close and dispose the object of it.
and "using" is also used here.but error is same
so please suggest me the solution.
Here am using FileStream in append mode.StreamWrit er is also used.when on debugging my application my application will give following exception: The process cannot access the file because it is being used by another process.
as i already close and dispose the object of it.
and "using" is also used here.but error is same
so please suggest me the solution.
Comment