Re: Thread starting problem
From: Alvin Bruney [ASP.NET MVP] (www.lulu.com/owc)
Date: 03/23/05
- Next message: Zamolxe: "Mem reader!"
- Previous message: Mike: "Properties"
- In reply to: cedric: "Thread starting problem"
- Next in thread: cedric: "Re: Thread starting problem"
- Reply: cedric: "Re: Thread starting problem"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Mar 2005 09:00:57 -0500
what does your thread do? does it rely on external resources. i'm pretty
sure the thread starts, it probably dies with an exception. put another way,
i've never seen a thread not start when it wasn't due to program logic error
-- Regards, Alvin Bruney [Shameless Author Plug] The Microsoft Office Web Components Black Book with .NET available at www.lulu.com/owc _________________________ "cedric" <chorus@online.nospam> wrote in message news:A7075EFF-9058-44DF-80A2-D612A9020FB4@microsoft.com... > hello, > > I encounter a problem using threads. I have a simple code to use a thread > : > > cSurveillanceBorne = New clsThreadSurveillance > _SurveillanceThread = New Thread(AddressOf > cSurveillanceBorne.SurveilleBorne) > _SurveillanceThread.Start() > > This code work perfectly on my workstation. I use Visual Studio 2003, and > the CLR version is 1.1.4322.573 > > But when, i copy this assembly on another workstation that have only the > redistribuable CLR, the thread doesn't start !!! The only difference i > have > noted is : > - CLR version is 1.1.4322.2032 on the other workstation > - Visual Studio is not installed > > I'm a bit disappointed, and have tried some different way to lauch my > thread, but without success. I will be great if someone coul help... > > kind regards, > -- > Thanks, > > Cedric
- Next message: Zamolxe: "Mem reader!"
- Previous message: Mike: "Properties"
- In reply to: cedric: "Thread starting problem"
- Next in thread: cedric: "Re: Thread starting problem"
- Reply: cedric: "Re: Thread starting problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|