Click here to Skip to main content
15,895,667 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to unregister an event Pin
b_umika19-Jul-07 2:01
b_umika19-Jul-07 2:01 
QuestionGenerating a program ID Pin
Muntyness19-Jul-07 1:49
Muntyness19-Jul-07 1:49 
AnswerRe: Generating a program ID Pin
ekynox19-Jul-07 2:04
ekynox19-Jul-07 2:04 
AnswerRe: Generating a program ID Pin
Luc Pattyn19-Jul-07 2:04
sitebuilderLuc Pattyn19-Jul-07 2:04 
AnswerRe: Generating a program ID Pin
Chintan.Desai19-Jul-07 2:29
Chintan.Desai19-Jul-07 2:29 
AnswerRe: Generating a program ID Pin
Muntyness19-Jul-07 6:50
Muntyness19-Jul-07 6:50 
QuestionCreating directory trees with 1M nodes Pin
ss4219-Jul-07 1:44
ss4219-Jul-07 1:44 
AnswerRe: Creating directory trees with 1M nodes Pin
Luc Pattyn19-Jul-07 2:20
sitebuilderLuc Pattyn19-Jul-07 2:20 
Hi,

you MUST use try-catch for operations that MIGHT fail due to external circumstances,
since they WILL fail sooner or later.

How big is your D: drive ?

In your case, my best guess (and the try-catch would have shown you already) is
your D: drive is full. Each directory takes at least one cluster, cluster size depends
on partition size, but is at least one sector (normally 0.5KB).

When the disk is full, you get an IOException. I dont know what you did not to get it,
maybe running in a separate thread ??

Smile | :)



AnswerRe: Creating directory trees with 1M nodes Pin
ss4219-Jul-07 2:22
ss4219-Jul-07 2:22 
AnswerRe: Creating directory trees with 1M nodes Pin
Mike Dimmick19-Jul-07 2:49
Mike Dimmick19-Jul-07 2:49 
QuestionWhat event fired when multiple rows in data grid selected? Pin
Janu_M19-Jul-07 1:41
Janu_M19-Jul-07 1:41 
QuestionHow to know that connection is idle Pin
Mahmoud Zidan19-Jul-07 1:22
Mahmoud Zidan19-Jul-07 1:22 
AnswerRe: How to know that connection is idle Pin
Sathesh Sakthivel19-Jul-07 1:26
Sathesh Sakthivel19-Jul-07 1:26 
GeneralRe: How to know that connection is idle Pin
Mahmoud Zidan19-Jul-07 2:01
Mahmoud Zidan19-Jul-07 2:01 
QuestionPitch Extraction Pin
Guybrush8619-Jul-07 1:15
Guybrush8619-Jul-07 1:15 
AnswerRe: Pitch Extraction Pin
ekynox19-Jul-07 1:57
ekynox19-Jul-07 1:57 
AnswerRe: Pitch Extraction Pin
ekynox22-Jul-07 0:42
ekynox22-Jul-07 0:42 
GeneralRe: Pitch Extraction Pin
Guybrush8622-Jul-07 3:44
Guybrush8622-Jul-07 3:44 
Questionstatus problem Pin
srinivassam19-Jul-07 0:56
srinivassam19-Jul-07 0:56 
AnswerRe: status problem Pin
Eduard Keilholz19-Jul-07 0:59
Eduard Keilholz19-Jul-07 0:59 
AnswerRe: status problem Pin
Martin#19-Jul-07 1:01
Martin#19-Jul-07 1:01 
AnswerRe: status problem Pin
Herman<T>.Instance19-Jul-07 1:09
Herman<T>.Instance19-Jul-07 1:09 
GeneralRe: status problem Pin
srinivassam19-Jul-07 20:59
srinivassam19-Jul-07 20:59 
QuestionRun as? Pin
Captain Trips19-Jul-07 0:55
Captain Trips19-Jul-07 0:55 
AnswerRe: Run as? Pin
originSH19-Jul-07 1:12
originSH19-Jul-07 1:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.