Click here to Skip to main content
15,898,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: get the first digit Pin
alx.n25-Feb-09 21:45
alx.n25-Feb-09 21:45 
GeneralRe: get the first digit Pin
Luc Pattyn26-Feb-09 3:17
sitebuilderLuc Pattyn26-Feb-09 3:17 
QuestionAccessing File Pin
AliAmjad25-Feb-09 21:02
AliAmjad25-Feb-09 21:02 
AnswerRe: Accessing File Pin
alx.n25-Feb-09 21:36
alx.n25-Feb-09 21:36 
Questionhow to know the form is loaded into memory or not in vb6.0 Pin
Ashutosh Shivnekar25-Feb-09 20:31
Ashutosh Shivnekar25-Feb-09 20:31 
AnswerRe: how to know the form is loaded into memory or not in vb6.0 Pin
ABitSmart26-Feb-09 0:16
ABitSmart26-Feb-09 0:16 
QuestionWindows service Error:1053 Pin
samsonx25-Feb-09 19:25
samsonx25-Feb-09 19:25 
AnswerRe: Windows service Error:1053 Pin
Dave Kreskowiak26-Feb-09 2:08
mveDave Kreskowiak26-Feb-09 2:08 
Does the deployment machine have the correct .NET Framework installed on it??

In the OnStart method of your service, did you create an instance of your worker class on a seperate thread?? You don't just put all of your code in OnStart and never let that method return. This is exactly the error you get when you do this.

Your worker code should be running under it's own thread, that you create in the OnStart event of your service.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




Questionpoker bot Pin
dysfunktional25-Feb-09 12:18
dysfunktional25-Feb-09 12:18 
AnswerRe: poker bot Pin
Colin Angus Mackay25-Feb-09 13:59
Colin Angus Mackay25-Feb-09 13:59 
AnswerRe: poker bot Pin
Dave Kreskowiak25-Feb-09 14:16
mveDave Kreskowiak25-Feb-09 14:16 
QuestionUnable to design custom deployment. Can any body help me in this regard? Pin
annoce25-Feb-09 11:47
annoce25-Feb-09 11:47 
AnswerRe: Unable to design custom deployment. Can any body help me in this regard? Pin
Colin Angus Mackay25-Feb-09 14:02
Colin Angus Mackay25-Feb-09 14:02 
QuestionVariables - Please Help Pin
lexyvb.net25-Feb-09 9:33
lexyvb.net25-Feb-09 9:33 
GeneralRe: Variables - Please Help Pin
Luc Pattyn25-Feb-09 11:54
sitebuilderLuc Pattyn25-Feb-09 11:54 
AnswerRe: Variables - Please Help Pin
Colin Angus Mackay25-Feb-09 14:11
Colin Angus Mackay25-Feb-09 14:11 
QuestionTCPClient.Connect Timeout? Pin
RGVChris25-Feb-09 4:08
RGVChris25-Feb-09 4:08 
AnswerRe: TCPClient.Connect Timeout? Pin
Dave Kreskowiak25-Feb-09 4:51
mveDave Kreskowiak25-Feb-09 4:51 
AnswerRe: TCPClient.Connect Timeout? Pin
alx.n25-Feb-09 21:48
alx.n25-Feb-09 21:48 
GeneralRe: TCPClient.Connect Timeout? Pin
RGVChris26-Feb-09 0:56
RGVChris26-Feb-09 0:56 
QuestionIPTC Pin
pvatanpour25-Feb-09 1:16
pvatanpour25-Feb-09 1:16 
AnswerRe: IPTC Pin
Dave Kreskowiak25-Feb-09 4:46
mveDave Kreskowiak25-Feb-09 4:46 
GeneralRe: IPTC Pin
EliottA25-Feb-09 5:37
EliottA25-Feb-09 5:37 
GeneralRe: IPTC[Dave Kreskowiak] Pin
pvatanpour10-Mar-09 10:33
pvatanpour10-Mar-09 10:33 
GeneralRe: IPTC[Dave Kreskowiak] Pin
Dave Kreskowiak10-Mar-09 14:09
mveDave Kreskowiak10-Mar-09 14:09 

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.