Click here to Skip to main content
15,905,874 members
Home / Discussions / C#
   

C#

 
GeneralRe: Writing to screen form Pin
AndrusM24-Jul-07 6:49
AndrusM24-Jul-07 6:49 
QuestionInvoke and Form.ShowDialog ? Pin
Eike Mueller23-Jul-07 4:53
Eike Mueller23-Jul-07 4:53 
AnswerRe: Invoke and Form.ShowDialog ? Pin
Luc Pattyn23-Jul-07 5:15
sitebuilderLuc Pattyn23-Jul-07 5:15 
GeneralRe: Invoke and Form.ShowDialog ? Pin
Eike Mueller23-Jul-07 5:42
Eike Mueller23-Jul-07 5:42 
GeneralRe: Invoke and Form.ShowDialog ? Pin
Luc Pattyn23-Jul-07 6:11
sitebuilderLuc Pattyn23-Jul-07 6:11 
GeneralRe: Invoke and Form.ShowDialog ? Pin
Eike Mueller23-Jul-07 21:16
Eike Mueller23-Jul-07 21:16 
GeneralRe: Invoke and Form.ShowDialog ? [modified] Pin
Luc Pattyn23-Jul-07 21:34
sitebuilderLuc Pattyn23-Jul-07 21:34 
QuestionService timeout on startup Pin
__DanC__23-Jul-07 4:14
__DanC__23-Jul-07 4:14 
I am writing a Windows service in C#, in the constructor for the service I create and two threads to do the work, I then call Start() on both threads in the OnStart event. When I attempt to start the service in the Services manager I get the progress bar for about 30 seconds and then I get a dialog telling me the service did not respond in time (Error 1053).

I have added some debug comments and I can see that the OnStart event handler does return and that the two threads are running. From what I understand the service is up and running when the OnStart handler returns. What would be causing the timeout?

OS is Windows XP SP2, service is .NET 1.1


AnswerRe: Service timeout on startup Pin
Luc Pattyn23-Jul-07 5:33
sitebuilderLuc Pattyn23-Jul-07 5:33 
AnswerRe: Service timeout on startup Pin
PaulPrice23-Jul-07 7:30
PaulPrice23-Jul-07 7:30 
QuestionObject and class in C# Pin
Anmol.Gupta23-Jul-07 3:42
Anmol.Gupta23-Jul-07 3:42 
AnswerRe: Object and class in C# Pin
Luc Pattyn23-Jul-07 3:53
sitebuilderLuc Pattyn23-Jul-07 3:53 
GeneralRe: Object and class in C# Pin
Anmol.Gupta23-Jul-07 4:19
Anmol.Gupta23-Jul-07 4:19 
GeneralRe: Object and class in C# Pin
BoneSoft23-Jul-07 4:34
BoneSoft23-Jul-07 4:34 
GeneralRe: Object and class in C# Pin
Luc Pattyn23-Jul-07 4:35
sitebuilderLuc Pattyn23-Jul-07 4:35 
GeneralRe: Object and class in C# Pin
Anmol.Gupta23-Jul-07 4:43
Anmol.Gupta23-Jul-07 4:43 
GeneralRe: Object and class in C# Pin
Luc Pattyn23-Jul-07 4:57
sitebuilderLuc Pattyn23-Jul-07 4:57 
GeneralRe: Object and class in C# Pin
Anmol.Gupta23-Jul-07 18:51
Anmol.Gupta23-Jul-07 18:51 
AnswerRe: Object and class in C# Pin
Pete O'Hanlon23-Jul-07 4:06
mvePete O'Hanlon23-Jul-07 4:06 
QuestionWindows User Pin
tadhg8823-Jul-07 3:33
tadhg8823-Jul-07 3:33 
AnswerRe: Windows User Pin
tadhg8831-Jul-07 6:15
tadhg8831-Jul-07 6:15 
QuestionHow to Add a Satlite Assembly in Runtime Pin
Prajin23-Jul-07 3:27
Prajin23-Jul-07 3:27 
AnswerRe: How to Add a Satlite Assembly in Runtime Pin
Pete O'Hanlon23-Jul-07 3:32
mvePete O'Hanlon23-Jul-07 3:32 
QuestionHow can I create simple, aesthetic graphical components for a C# GUI? Pin
flyingnome23-Jul-07 3:16
flyingnome23-Jul-07 3:16 
AnswerRe: How can I create simple, aesthetic graphical components for a C# GUI? Pin
Pete O'Hanlon23-Jul-07 3:21
mvePete O'Hanlon23-Jul-07 3:21 

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.