[Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread STEPHEN W. COREY - 5535
I've got a C# app (developed tested on WinXP) which writes an ArrayList to a file, usinga StreamWriter. The last line in the code is the call to StreamWriter.Close(). 75% of the time, the code runs flawlessly. Sporadically, though, it hangs on the call to System.IO.MonoIO:Write(). When I

Re: [Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread Paul F. Johnson
Hi, I've got a C# app (developed tested on WinXP) which writes an ArrayList to a file, using a StreamWriter. The last line in the code is the call to StreamWriter.Close(). 75% of the time, the code runs flawlessly. Sporadically, though, it hangs on the call to System.IO.MonoIO:Write(). When

RE: [Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread STEPHEN W. COREY - 5535
Sent: Monday, August 01, 2005 10:17 AM To: mono-devel Subject: Re: [Mono-devel-list] Hangs on System.IO.MonoIO:Write Hi, I've got a C# app (developed tested on WinXP) which writes an ArrayList to a file, using a StreamWriter. The last line in the code is the call to StreamWriter.Close(). 75

RE: [Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread Paul
Hi, foreach (SearchResult lResult in lResults) { if (lResult.Properties[mail] != null) foreach (String item in lResult.Properties[mail]) { if

RE: [Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread STEPHEN W. COREY - 5535
Subject: RE: [Mono-devel-list] Hangs on System.IO.MonoIO:Write Hi, foreach (SearchResult lResult in lResults) { if (lResult.Properties[mail] != null) foreach (String item in lResult.Properties[mail

RE: [Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread Paul
Hi, I'm not reading any file, though. I make an LDAP call, and use a foreach to iterate through the results. The only file IO I'm doing is writing. Yep. Are you checking that what is being read in isn't just garbage? TTFN Paul -- Some people will do anything for a woman in uniform - The