Hi All,
I have deployed the application on the windows 2003 and its domain controller, and i m accessing the application
from client machine which has access to all the resources on the server.
in the code i am trying to write data in .csv file but i m getting this error.
Exception: System.IO.IOExc eption:
The process cannot access the file 'D:\MMLIVFILTRE _080717_132556. CSV' because it is being used by another process.
i am closing and deposing the object.
its works fine on my development machine.
is anyone had the same problem before. can you tell me what is the problem.
Thanks
-joseph
I have deployed the application on the windows 2003 and its domain controller, and i m accessing the application
from client machine which has access to all the resources on the server.
in the code i am trying to write data in .csv file but i m getting this error.
Exception: System.IO.IOExc eption:
The process cannot access the file 'D:\MMLIVFILTRE _080717_132556. CSV' because it is being used by another process.
i am closing and deposing the object.
its works fine on my development machine.
is anyone had the same problem before. can you tell me what is the problem.
Thanks
-joseph
Comment