hi all,
i`m doing an application to zip a file. this require system.io.file
but i`m having problem as it cannot run because the error above..
do i need to close the File.xxx as the library dont have the close function..
can anyone help?
An unhandled exception of type 'System.IO.IOEx ception' occurred in mscorlib.dll
Additional information: The process cannot access the file 'C:\Webdocs\xxx \xxx.xxx' because it is being used by another process.
Additional information: The process cannot access the file 'C:\Webdocs\xxx \xxx.xxx' because it is being used by another process.
i`m doing an application to zip a file. this require system.io.file
but i`m having problem as it cannot run because the error above..
do i need to close the File.xxx as the library dont have the close function..
can anyone help?
Comment