Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
AnswerRe: Different 'Process space' ? Pin
Mircea Puiu21-Jan-07 23:33
Mircea Puiu21-Jan-07 23:33 
GeneralRe: Different 'Process space' ? Pin
V.22-Jan-07 0:17
professionalV.22-Jan-07 0:17 
GeneralRe: Different 'Process space' ? Pin
Mircea Puiu22-Jan-07 4:09
Mircea Puiu22-Jan-07 4:09 
AnswerRe: Different 'Process space' ? Pin
V.22-Jan-07 7:12
professionalV.22-Jan-07 7:12 
GeneralRe: Different 'Process space' ? Pin
Mircea Puiu22-Jan-07 20:56
Mircea Puiu22-Jan-07 20:56 
GeneralRe: Different 'Process space' ? Pin
V.22-Jan-07 21:35
professionalV.22-Jan-07 21:35 
GeneralRe: Different 'Process space' ? Pin
Mircea Puiu22-Jan-07 21:56
Mircea Puiu22-Jan-07 21:56 
GeneralRe: Different 'Process space' ? Pin
V.22-Jan-07 23:18
professionalV.22-Jan-07 23:18 
Mircea Puiu wrote:
If your app is a Windows Forms app, which actually supports only the single-thread apartment (STA) model, you must ensure that the thread handling the events, and the thread that created the Windows Forms control you want to update (or to be aware of something out there) coincide. This is not necessarily true by default and can lead to anomalies or even exceptions.


I was looking into something like this but couldn't find it.
main app is VC6.0, the service and the testapp .Net 2.0.
Reading this my guess is I should look into the apartment state or something? Well at least it's a start (I had no clue at where to start looking)

Mircea Puiu wrote:
Another point would be for you to check if the arguments are passed correctly (maybe you need there a full path for some filenames passed as arguments).

these are definitely correct Smile | :) .


Many thanks!

V.

Stop smoking so you can: Enjoy longer the money you save.
Moviereview Archive

GeneralRe: Different 'Process space' ? Pin
Mircea Puiu23-Jan-07 3:13
Mircea Puiu23-Jan-07 3:13 
GeneralRe: Different 'Process space' ? Pin
V.23-Jan-07 4:21
professionalV.23-Jan-07 4:21 
QuestionArraylist of objects and combo box Pin
GunaChinna21-Jan-07 23:08
GunaChinna21-Jan-07 23:08 
AnswerRe: Arraylist of objects and combo box Pin
Christian Graus21-Jan-07 23:12
protectorChristian Graus21-Jan-07 23:12 
Questiontwo checkbox in a listview column Pin
biswabhusan21-Jan-07 22:26
biswabhusan21-Jan-07 22:26 
AnswerRe: two checkbox in a listview column Pin
Mircea Puiu21-Jan-07 22:45
Mircea Puiu21-Jan-07 22:45 
QuestionRun preccess in order Pin
cocoonwls21-Jan-07 21:43
cocoonwls21-Jan-07 21:43 
AnswerRe: Run preccess in order Pin
Guffa21-Jan-07 21:59
Guffa21-Jan-07 21:59 
GeneralRe: Run preccess in order Pin
cocoonwls21-Jan-07 23:25
cocoonwls21-Jan-07 23:25 
AnswerRe: Run preccess in order Pin
Guffa22-Jan-07 0:22
Guffa22-Jan-07 0:22 
QuestionTemplates... Pin
quiteSmart21-Jan-07 21:20
quiteSmart21-Jan-07 21:20 
AnswerRe: Templates.. Pin
Christian Graus21-Jan-07 21:38
protectorChristian Graus21-Jan-07 21:38 
GeneralRe: Templates.. Pin
quiteSmart21-Jan-07 21:42
quiteSmart21-Jan-07 21:42 
GeneralRe: Templates.. Pin
Christian Graus21-Jan-07 21:56
protectorChristian Graus21-Jan-07 21:56 
GeneralRe: Templates.. Pin
quiteSmart21-Jan-07 22:01
quiteSmart21-Jan-07 22:01 
GeneralRe: Templates.. Pin
Christian Graus21-Jan-07 22:39
protectorChristian Graus21-Jan-07 22:39 
GeneralRe: Templates.. Pin
donchev_p21-Jan-07 23:40
donchev_p21-Jan-07 23:40 

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.