Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
Questioninstallation error after upgrade to VS 2005 Pin
econnor17-Jul-06 5:29
econnor17-Jul-06 5:29 
Questionaddition to post.. Pin
econnor17-Jul-06 5:52
econnor17-Jul-06 5:52 
QuestionFop source stepping Pin
Support12317-Jul-06 5:21
Support12317-Jul-06 5:21 
AnswerRe: Fop source stepping Pin
Dave Kreskowiak17-Jul-06 6:56
mveDave Kreskowiak17-Jul-06 6:56 
GeneralRe: Fop source stepping Pin
Support12317-Jul-06 20:21
Support12317-Jul-06 20:21 
GeneralRe: Fop source stepping Pin
Dave Kreskowiak18-Jul-06 1:28
mveDave Kreskowiak18-Jul-06 1:28 
GeneralRe: Fop source stepping Pin
Support12318-Jul-06 3:50
Support12318-Jul-06 3:50 
QuestionProgram Mouse(Cursor) Pin
Cassiopeiaxy17-Jul-06 4:23
Cassiopeiaxy17-Jul-06 4:23 
AnswerRe: Program Mouse(Cursor) Pin
Josh Smith17-Jul-06 4:53
Josh Smith17-Jul-06 4:53 
GeneralRe: Program Mouse(Cursor) Pin
Cassiopeiaxy19-Jul-06 22:17
Cassiopeiaxy19-Jul-06 22:17 
Questiondevelop mp3 player in c# for pocket pc Pin
mohdmeraj17-Jul-06 4:06
mohdmeraj17-Jul-06 4:06 
QuestionAlternative to database Pin
Ramith Sivanarain17-Jul-06 3:24
Ramith Sivanarain17-Jul-06 3:24 
AnswerRe: Alternative to database Pin
Ennis Ray Lynch, Jr.17-Jul-06 3:34
Ennis Ray Lynch, Jr.17-Jul-06 3:34 
Questionmultithreading is the problem again. Pin
Mystic_17-Jul-06 2:32
Mystic_17-Jul-06 2:32 
AnswerRe: multithreading is the problem again. Pin
Gavin Roberts17-Jul-06 3:08
Gavin Roberts17-Jul-06 3:08 
AnswerRe: multithreading is the problem again. Pin
S. Senthil Kumar17-Jul-06 7:23
S. Senthil Kumar17-Jul-06 7:23 
AnswerRe: multithreading is the problem again. Pin
Judah Gabriel Himango17-Jul-06 9:00
sponsorJudah Gabriel Himango17-Jul-06 9:00 
Answerhere is sample code. [modified] Pin
Mystic_17-Jul-06 10:40
Mystic_17-Jul-06 10:40 
AnswerRe: multithreading is the problem again. Pin
Mystic_17-Jul-06 10:45
Mystic_17-Jul-06 10:45 
GeneralRe: multithreading is the problem again. Pin
Ennis Ray Lynch, Jr.17-Jul-06 12:18
Ennis Ray Lynch, Jr.17-Jul-06 12:18 
GeneralRe: multithreading is the problem again. Pin
Mystic_17-Jul-06 13:09
Mystic_17-Jul-06 13:09 
GeneralRe: multithreading is the problem again. Pin
Alexander Wiseman17-Jul-06 15:53
Alexander Wiseman17-Jul-06 15:53 
I would put some tracing in a few of those functions to try and narrow down the bottle-neck. For instance, put a System.Diagnostics.Trace.WriteLine call before and after you spawn the new thread. Also put in a trace inside each thread function, at the beginning and at the end. Run the program in debug mode and check the output.

It would be particularly helpful to know if your main thread is getting stuck on Thread.Start or on some subsequent function.

Sincerely,
Alexander Wiseman
GeneralRe: multithreading is the problem again. Pin
Mystic_19-Jul-06 12:39
Mystic_19-Jul-06 12:39 
GeneralRe: multithreading is the problem again. Pin
Alexander Wiseman19-Jul-06 12:48
Alexander Wiseman19-Jul-06 12:48 
GeneralRe: multithreading is the problem again. Pin
Mystic_20-Jul-06 3:25
Mystic_20-Jul-06 3:25 

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.