Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to create GUI designer for users Pin
MickCurley26-Oct-09 7:53
MickCurley26-Oct-09 7:53 
Questionwindows service security permissions Pin
Chesnokov Yuriy26-Oct-09 5:31
professionalChesnokov Yuriy26-Oct-09 5:31 
AnswerRe: windows service security permissions Pin
Covean26-Oct-09 6:33
Covean26-Oct-09 6:33 
GeneralRe: windows service security permissions Pin
Chesnokov Yuriy26-Oct-09 7:56
professionalChesnokov Yuriy26-Oct-09 7:56 
GeneralRe: windows service security permissions Pin
Covean26-Oct-09 22:19
Covean26-Oct-09 22:19 
QuestionRe: windows service security permissions Pin
Chesnokov Yuriy26-Oct-09 23:14
professionalChesnokov Yuriy26-Oct-09 23:14 
AnswerRe: windows service security permissions Pin
Covean26-Oct-09 23:39
Covean26-Oct-09 23:39 
QuestionMarshal.FinalReleaseComObject locking up Pin
Ian Shlasko26-Oct-09 4:44
Ian Shlasko26-Oct-09 4: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 2:20
Thaer Hamael26-Oct-09 2:20 
GeneralRe: Crysatl Report Problem Pin
Henry Minute26-Oct-09 3:46
Henry Minute26-Oct-09 3:46 
Questionhow to develop IRM application Pin
Joe Rozario26-Oct-09 2:09
Joe Rozario26-Oct-09 2:09 
AnswerRe: how to develop IRM application Pin
Richard MacCutchan26-Oct-09 4:19
mveRichard MacCutchan26-Oct-09 4:19 
GeneralRe: how to develop IRM application Pin
Joe Rozario26-Oct-09 17:46
Joe Rozario26-Oct-09 17:46 
GeneralRe: how to develop IRM application Pin
Richard MacCutchan26-Oct-09 22:21
mveRichard MacCutchan26-Oct-09 22:21 
GeneralRe: how to develop IRM application Pin
Joe Rozario26-Oct-09 23:07
Joe Rozario26-Oct-09 23:07 
Questionhow to start in diffrent process id Pin
Joe Rozario26-Oct-09 1:57
Joe Rozario26-Oct-09 1:57 
AnswerRe: how to start in diffrent process id Pin
dan!sh 26-Oct-09 2:05
professional dan!sh 26-Oct-09 2:05 
GeneralRe: how to start in diffrent process id Pin
Joe Rozario26-Oct-09 17:29
Joe Rozario26-Oct-09 17:29 
QuestionLocalizing C# win forms application Pin
Chesnokov Yuriy26-Oct-09 1:53
professionalChesnokov Yuriy26-Oct-09 1:53 
AnswerMessage Closed Pin
26-Oct-09 1:56
stancrm26-Oct-09 1:56 
AnswerRe: Localizing C# win forms application Pin
Chesnokov Yuriy26-Oct-09 2:23
professionalChesnokov Yuriy26-Oct-09 2:23 
GeneralMessage Closed Pin
26-Oct-09 2:31
stancrm26-Oct-09 2:31 
GeneralRe: Localizing C# win forms application Pin
Chesnokov Yuriy26-Oct-09 3:55
professionalChesnokov Yuriy26-Oct-09 3:55 
GeneralMessage Closed Pin
26-Oct-09 4:00
stancrm26-Oct-09 4:00 
QuestionRe: Localizing C# win forms application Pin
Chesnokov Yuriy26-Oct-09 4:24
professionalChesnokov Yuriy26-Oct-09 4: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.