Click here to Skip to main content
16,017,954 members
Home / Discussions / C#
   

C#

 
AnswerRe: Encapsule All List<> Propery And Function Pin
PIEBALDconsult10-Jul-09 6:11
mvePIEBALDconsult10-Jul-09 6:11 
QuestionHow to update a chart in a word 2007 document Pin
Mano Piesens10-Jul-09 3:28
Mano Piesens10-Jul-09 3:28 
QuestionHow to use 4 background workers to show upload status Pin
vsaratkar10-Jul-09 3:12
vsaratkar10-Jul-09 3:12 
AnswerRe: How to use 4 background workers to show upload status Pin
MumbleB10-Jul-09 3:54
MumbleB10-Jul-09 3:54 
GeneralRe: How to use 4 background workers to show upload status Pin
vsaratkar10-Jul-09 4:15
vsaratkar10-Jul-09 4:15 
GeneralRe: How to use 4 background workers to show upload status Pin
vsaratkar10-Jul-09 5:19
vsaratkar10-Jul-09 5:19 
GeneralRe: How to use 4 background workers to show upload status Pin
MumbleB10-Jul-09 6:46
MumbleB10-Jul-09 6:46 
GeneralRe: How to use 4 background workers to show upload status Pin
vsaratkar10-Jul-09 7:21
vsaratkar10-Jul-09 7:21 
Thanks for all your help,

This is the runtime exception I am getting "AccessViolationException".
"Attempted to read or write protected memory. This is often an indication that other memory is corrupt."



My code does compile. I just trimmed it down since it will be too long.
As far as I know about backgroundWorker, in DoWork event args.Result stores the result of long running process.
And this result is available in RunCompleted event as args.Result.

In my case the array allResponses is not modifying at all after the work is done. I have to modify that array in all three long running processes.

I am using VS2008. My upload is working perfectly fine without progressBars and threads.

I think there is some locking issue.

Thanks,
Questionhow to build a receipt number Pin
kKamel10-Jul-09 2:50
kKamel10-Jul-09 2:50 
GeneralRe: how to build a receipt number Pin
kKamel10-Jul-09 2:58
kKamel10-Jul-09 2:58 
AnswerRe: how to build a receipt number Pin
Mirko198010-Jul-09 3:01
Mirko198010-Jul-09 3:01 
QuestionRe: how to build a receipt number Pin
kKamel10-Jul-09 3:23
kKamel10-Jul-09 3:23 
AnswerRe: how to build a receipt number Pin
Mirko198010-Jul-09 3:36
Mirko198010-Jul-09 3:36 
GeneralRe: how to build a receipt number Pin
kKamel10-Jul-09 3:39
kKamel10-Jul-09 3:39 
GeneralRe: how to build a receipt number Pin
kKamel10-Jul-09 3:55
kKamel10-Jul-09 3:55 
GeneralRe: how to build a receipt number Pin
Mirko198010-Jul-09 4:08
Mirko198010-Jul-09 4:08 
AnswerRe: how to build a receipt number Pin
musefan10-Jul-09 3:18
musefan10-Jul-09 3:18 
GeneralRe: how to build a receipt number Pin
kKamel10-Jul-09 3:37
kKamel10-Jul-09 3:37 
GeneralRe: how to build a receipt number Pin
musefan10-Jul-09 4:07
musefan10-Jul-09 4:07 
GeneralRe: how to build a receipt number Pin
kKamel10-Jul-09 3:53
kKamel10-Jul-09 3:53 
GeneralRe: how to build a receipt number Pin
musefan10-Jul-09 4:05
musefan10-Jul-09 4:05 
QuestionHow to get Variable Names from a method. Pin
Anir198210-Jul-09 1:51
Anir198210-Jul-09 1:51 
AnswerRe: How to get Variable Names from a method. Pin
Luc Pattyn10-Jul-09 1:56
sitebuilderLuc Pattyn10-Jul-09 1:56 
GeneralRe: How to get Variable Names from a method. Pin
Nagy Vilmos10-Jul-09 2:56
professionalNagy Vilmos10-Jul-09 2:56 
GeneralRe: How to get Variable Names from a method. Pin
Anir198210-Jul-09 3:04
Anir198210-Jul-09 3:04 

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.