Process used by another
- From: Josema <Jestrade@xxxxxxx>
- Date: Fri, 29 Apr 2005 04:38:03 -0700
Hi,
i have a Web application and i get this error:
The process cannot access the file
"c:\inetpub\wwwroot\dotnet\Soluciones\Calculations\PhoneTariffs\Errors\Log.txt" because it is being used by another
The code that generates this error is the following:
Directory.CreateDirectory("c:\inetpub\wwwroot\Error");
File.Create("c:\inetpub\wwwroot\Error\log.txt");
System.IO.StreamWriter StreamLog=new
System.IO.StreamWriter("c:\inetpub\wwwroot\Error\log.txt");
StreamLog.Write(e.Message);
StreamLog.Close();
How could avoid that error?.
--
Thanks a lot
Kind Regards.
Josema
.
- Follow-Ups:
- Re: Process used by another
- From: Willy Denoyette [MVP]
- Re: Process used by another
- Prev by Date: Working with Datatable.
- Next by Date: SystemParametersInfo to Ccharp
- Previous by thread: Working with Datatable.
- Next by thread: Re: Process used by another
- Index(es):
Relevant Pages
|