I'm getting the following error in my Event Viewer
Application Log:

Description:
Faulting application devenv.exe, version 7.0.9466.0,
faulting module mscordbi.dll, version 1.0.3705.0, fault
address 0x0000f64a.

I'm using the following routine:

Dim skt As New SBSockets()
skt.IP = dr.Item("IPAddress")
skt.RemotePort = dr.Item("Port")
Thread = New System.Threading.Thread(AddressOf
skt.StartListening)
Thread.Start()

When the code reaches the Thread.Start line of code, it
crashes, and asks if I want to report the error to MS and
restart my development environment.

I got W2000 PRO SP4.
Framework 1.0
384 RAM

Any help on how to solve this will really be appreciated!

TIA