Thread starting problem

From: cedric (chorus_at_online.nospam)
Date: 03/23/05


Date: Wed, 23 Mar 2005 03:29:04 -0800

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


Relevant Pages

  • Thread starting problem
    ... _SurveillanceThread = New Thread ... This code work perfectly on my workstation. ... redistribuable CLR, the thread doesn't start!!! ... Visual Studio is not installed ...
    (microsoft.public.dotnet.general)
  • Re: Thread starting problem
    ... it probably dies with an exception. ... > This code work perfectly on my workstation. ... > redistribuable CLR, the thread doesn't start!!! ... > - Visual Studio is not installed ...
    (microsoft.public.dotnet.general)
  • Re: matrix library vc 2005
    ... and they are not compatible with Visual Studio 2005 (or ... studio when compiling the VC7 project solution given. ... application and I have already done that with CLR C++. ...
    (microsoft.public.vc.language)
  • Re: SQL Server 2005 - CLR Integration problem
    ... seems it's missing the 'CLR ENABLE', ... It shows how to create an external dll without using Visual Studio, ... MCITP SQL Server 2005 Database Administration All-in-One Exam ... >> already configured SQL Server Surface Area Configuration. ...
    (microsoft.public.cert.mcdba)
  • Re: C# and .Net
    ... You need Visual Studio .NET on the workstation, ... The installation of Visual Studio .NET will tell you what ... www.ilopia.com - FAQ and Tutorials for Windows Server 2003 ...
    (microsoft.public.inetserver.iis)