Click here to Skip to main content
15,902,802 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionInstalling Windows Service in Windows 7 Pin
#realJSOP19-Oct-09 0:28
professional#realJSOP19-Oct-09 0:28 
AnswerRe: Installing Windows Service in Windows 7 Pin
ovargast19-Oct-09 6:39
ovargast19-Oct-09 6:39 
GeneralRe: Installing Windows Service in Windows 7 Pin
#realJSOP19-Oct-09 7:52
professional#realJSOP19-Oct-09 7:52 
GeneralRe: Installing Windows Service in Windows 7 Pin
ovargast19-Oct-09 8:51
ovargast19-Oct-09 8:51 
QuestionDisconnected Context? Pin
#realJSOP18-Oct-09 8:57
professional#realJSOP18-Oct-09 8:57 
AnswerRe: Disconnected Context? Pin
Pete O'Hanlon18-Oct-09 9:50
mvePete O'Hanlon18-Oct-09 9:50 
GeneralRe: Disconnected Context? Pin
#realJSOP19-Oct-09 0:22
professional#realJSOP19-Oct-09 0:22 
GeneralRe: Disconnected Context? Pin
Bernhard Hiller13-Jul-10 20:19
Bernhard Hiller13-Jul-10 20:19 
Thanks a lot for your helpful link.
I just happened to run into the same problem: I instantiated a COM object, and did that in a background thread during the startup of our application because the call to its "Initialize" method (which is required before other methods can be called) often took some 30 seconds. In order to keep things easy, I made the class containing that COM object a singleton (could do so because I do not need more than one object of it at a time). And when I then called a method of that COM object, it failed with exactly the error described by the OP: because the background thread in which it was created had already ended.
The bad thing here is that the supplier of the COM component is not capable of changing that low performance behavior...
QuestionHow to display animated gif in datagridview columns? Pin
Viji Raj17-Oct-09 18:34
Viji Raj17-Oct-09 18:34 
AnswerRe: How to display animated gif in datagridview columns? Pin
Xmen Real 18-Oct-09 0:20
professional Xmen Real 18-Oct-09 0:20 
QuestionHow to prevent user click to the checkbox on a listview control Pin
[N][Q][H]17-Oct-09 8:13
[N][Q][H]17-Oct-09 8:13 
AnswerRe: How to prevent user click to the checkbox on a listview control Pin
Mark Salsbery17-Oct-09 8:37
Mark Salsbery17-Oct-09 8:37 
AnswerRe: How to prevent user click to the checkbox on a listview control Pin
Richard MacCutchan17-Oct-09 9:25
mveRichard MacCutchan17-Oct-09 9:25 
GeneralRe: How to prevent user click to the checkbox on a listview control Pin
[N][Q][H]17-Oct-09 16:40
[N][Q][H]17-Oct-09 16:40 
GeneralRe: How to prevent user click to the checkbox on a listview control Pin
Richard MacCutchan17-Oct-09 21:27
mveRichard MacCutchan17-Oct-09 21:27 
AnswerRe: How to prevent user click to the checkbox on a listview control Pin
vsaratkar19-Oct-09 7:29
vsaratkar19-Oct-09 7:29 
QuestionHow do I create an unstopable thread? Pin
Paulo Zemek15-Oct-09 13:19
Paulo Zemek15-Oct-09 13:19 
AnswerRe: How do I create an unstopable thread? Pin
Dave Kreskowiak16-Oct-09 5:23
mveDave Kreskowiak16-Oct-09 5:23 
QuestionAny chance of reversing the encoding Pin
cristi82gt15-Oct-09 6:03
cristi82gt15-Oct-09 6:03 
AnswerRe: Any chance of reversing the encoding Pin
Dave Kreskowiak15-Oct-09 7:55
mveDave Kreskowiak15-Oct-09 7:55 
GeneralRe: Any chance of reversing the encoding Pin
cristi82gt15-Oct-09 8:35
cristi82gt15-Oct-09 8:35 
GeneralRe: Any chance of reversing the encoding Pin
Dave Kreskowiak15-Oct-09 8:46
mveDave Kreskowiak15-Oct-09 8:46 
GeneralRe: Any chance of reversing the encoding Pin
cristi82gt15-Oct-09 8:52
cristi82gt15-Oct-09 8:52 
Question???Some function exists: Pin
GuilleB0914-Oct-09 9:46
GuilleB0914-Oct-09 9:46 
AnswerRe: ???Some function exists: Pin
Abhijit Jana14-Oct-09 17:10
professionalAbhijit Jana14-Oct-09 17:10 

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.