Click here to Skip to main content
15,792,424 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to create GUI designer for users Pin
MickCurley26-Oct-09 8:53
MickCurley26-Oct-09 8:53 
Questionwindows service security permissions Pin
Chesnokov Yuriy26-Oct-09 6:31
professionalChesnokov Yuriy26-Oct-09 6:31 
AnswerRe: windows service security permissions Pin
Covean26-Oct-09 7:33
Covean26-Oct-09 7:33 
GeneralRe: windows service security permissions Pin
Chesnokov Yuriy26-Oct-09 8:56
professionalChesnokov Yuriy26-Oct-09 8:56 
GeneralRe: windows service security permissions Pin
Covean26-Oct-09 23:19
Covean26-Oct-09 23:19 
QuestionRe: windows service security permissions Pin
Chesnokov Yuriy27-Oct-09 0:14
professionalChesnokov Yuriy27-Oct-09 0:14 
AnswerRe: windows service security permissions Pin
Covean27-Oct-09 0:39
Covean27-Oct-09 0:39 
QuestionMarshal.FinalReleaseComObject locking up Pin
Ian Shlasko26-Oct-09 5:44
Ian Shlasko26-Oct-09 5:44 
Anyone else run into this issue? I'm using a third-party system via an RCW-wrapped COM interface in a console app... When I try to clean up during a reconnect (It's a network interface to their servers), I'm running the following simple line on each component, in reverse order of instantiation:
if ([component] != null)
   Marshal.FinalReleaseComObject([component]);
Simple, right? Well, the trouble is that it's locking up solid at this point. It doesn't return or throw an exception. I've tried with the old-style ReleaseComObject (Which only decrements once), but it does the same thing.

I think it has something to do with the context, as this is a console application with 3-4 background threads (Will be turning it into a windows service), and this is running on a thread that was instantiated within the COM library.

Any ideas on how to make this thing return, or at least crash so I can handle and recover?

Proud to have finally moved to the A-Ark. Which one are you in?
Developer, Author (Guardians of Xen)

QuestionCrysatl Report Problem Pin
Thaer Hamael26-Oct-09 3:20
Thaer Hamael26-Oct-09 3:20 
GeneralRe: Crysatl Report Problem Pin
Henry Minute26-Oct-09 4:46
Henry Minute26-Oct-09 4:46 
Questionhow to develop IRM application Pin
Joe Rozario26-Oct-09 3:09
Joe Rozario26-Oct-09 3:09 
AnswerRe: how to develop IRM application Pin
Richard MacCutchan26-Oct-09 5:19
mveRichard MacCutchan26-Oct-09 5:19 
GeneralRe: how to develop IRM application Pin
Joe Rozario26-Oct-09 18:46
Joe Rozario26-Oct-09 18:46 
GeneralRe: how to develop IRM application Pin
Richard MacCutchan26-Oct-09 23:21
mveRichard MacCutchan26-Oct-09 23:21 
GeneralRe: how to develop IRM application Pin
Joe Rozario27-Oct-09 0:07
Joe Rozario27-Oct-09 0:07 
Questionhow to start in diffrent process id Pin
Joe Rozario26-Oct-09 2:57
Joe Rozario26-Oct-09 2:57 
AnswerRe: how to start in diffrent process id Pin
dan!sh 26-Oct-09 3:05
professional dan!sh 26-Oct-09 3:05 
GeneralRe: how to start in diffrent process id Pin
Joe Rozario26-Oct-09 18:29
Joe Rozario26-Oct-09 18:29 
QuestionLocalizing C# win forms application Pin
Chesnokov Yuriy26-Oct-09 2:53
professionalChesnokov Yuriy26-Oct-09 2:53 
AnswerMessage Closed Pin
26-Oct-09 2:56
stancrm26-Oct-09 2:56 
AnswerRe: Localizing C# win forms application Pin
Chesnokov Yuriy26-Oct-09 3:23
professionalChesnokov Yuriy26-Oct-09 3:23 
GeneralMessage Closed Pin
26-Oct-09 3:31
stancrm26-Oct-09 3:31 
GeneralRe: Localizing C# win forms application Pin
Chesnokov Yuriy26-Oct-09 4:55
professionalChesnokov Yuriy26-Oct-09 4:55 
GeneralMessage Closed Pin
26-Oct-09 5:00
stancrm26-Oct-09 5:00 
QuestionRe: Localizing C# win forms application Pin
Chesnokov Yuriy26-Oct-09 5:24
professionalChesnokov Yuriy26-Oct-09 5:24 

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.