Click here to Skip to main content
15,903,856 members
Home / Discussions / C#
   

C#

 
GeneralText processing and parsing Pin
Den2Fly10-Sep-03 5:34
Den2Fly10-Sep-03 5:34 
GeneralRe: Text processing and parsing Pin
David Stone10-Sep-03 5:39
sitebuilderDavid Stone10-Sep-03 5:39 
GeneralThank you so much. /nt Pin
Den2Fly10-Sep-03 6:24
Den2Fly10-Sep-03 6:24 
GeneralWebService called by Java client Pin
Anonymous10-Sep-03 5:28
Anonymous10-Sep-03 5:28 
GeneralRe: WebService called by Java client Pin
Xiangyang Liu 刘向阳10-Sep-03 15:38
Xiangyang Liu 刘向阳10-Sep-03 15:38 
GeneralAsync model question Pin
Ryan Cromwell10-Sep-03 5:05
Ryan Cromwell10-Sep-03 5:05 
GeneralRe: Async model question Pin
Eric Gunnerson (msft)10-Sep-03 12:16
Eric Gunnerson (msft)10-Sep-03 12:16 
GeneralRe: Async model question Pin
Ryan Cromwell10-Sep-03 13:35
Ryan Cromwell10-Sep-03 13:35 
Generalsimple question... Pin
.gonad10-Sep-03 4:28
.gonad10-Sep-03 4:28 
GeneralRe: simple question... Pin
Nick Seng10-Sep-03 16:12
Nick Seng10-Sep-03 16:12 
GeneralEuros and decimal.Parse Pin
Simon_uk10-Sep-03 3:23
Simon_uk10-Sep-03 3:23 
GeneralRe: Euros and decimal.Parse Pin
Simon_uk10-Sep-03 22:34
Simon_uk10-Sep-03 22:34 
GeneralRe: Euros and decimal.Parse Pin
Member 9611-Sep-03 18:30
Member 9611-Sep-03 18:30 
GeneralStandardPrinter Pin
gecko2310-Sep-03 3:14
gecko2310-Sep-03 3:14 
GeneralUsing ODBC databases Pin
Emilio Guijarro10-Sep-03 3:10
Emilio Guijarro10-Sep-03 3:10 
GeneralRe: Using ODBC databases Pin
joan_fl10-Sep-03 4:19
joan_fl10-Sep-03 4:19 
GeneralRe: Using ODBC databases Pin
Emilio Guijarro10-Sep-03 5:31
Emilio Guijarro10-Sep-03 5:31 
GeneralRe: Using ODBC databases Pin
David Stone10-Sep-03 5:37
sitebuilderDavid Stone10-Sep-03 5:37 
GeneralHelp: Object reference not set to an instance of an object. Pin
gros194410-Sep-03 1:30
gros194410-Sep-03 1:30 
GeneralRe: Help: Object reference not set to an instance of an object. Pin
Julian Bucknall [MSFT]10-Sep-03 5:07
Julian Bucknall [MSFT]10-Sep-03 5:07 
Well, I would guess that, since you only create the swStats member when cf.buffCount is true, cf.buffCount is false.

Your best bet is to use the debugger to trace through your application. Check that swStats is being created properly, and if it is what else is happening as your app runs.

Also, I would define a new class that encapsulates the "create a filestream, create a stream writer" code. You're replicating it several times.

Cheers, Julian
Program Manager, C#

This posting is provided "AS IS" with no warranties, and confers no rights.
GeneralRe: Help: Object reference not set to an instance of an object. Pin
gros194412-Sep-03 1:16
gros194412-Sep-03 1:16 
QuestionBook: C# Unleashed - Any good ? Pin
Stone Free10-Sep-03 0:33
Stone Free10-Sep-03 0:33 
AnswerRe: Book: C# Unleashed - Any good ? Pin
Mazdak10-Sep-03 2:40
Mazdak10-Sep-03 2:40 
GeneralRe: Book: C# Unleashed - Any good ? Pin
Stone Free10-Sep-03 3:07
Stone Free10-Sep-03 3:07 
GeneralRe: Book: C# Unleashed - Any good ? Pin
Mazdak10-Sep-03 5:34
Mazdak10-Sep-03 5:34 

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.