Multi thread Error message

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Has anyone any ideas of what these errors mean and how to fix them?

Error 1 Overload resolution failed because no accessible New can be called with these arguments:<br/>
Public Sub New(start As System.Threading.ParameterizedThreadStart): Option Strict On does not allow narrowing in implicit type conversions between method Private Sub Search(WD As DataStructures.fileScn) and delegate Delegate Sub ParameterizedThreadStart(obj
As Object).<br/>
Public Sub New(start As System.Threading.ThreadStart): Method Private Sub Search(WD As DataStructures.fileScn) does not have a signature compatible with delegate Delegate Sub ThreadStart(). H:FileScanFileScanmultithread.vb 162 45 FileScan
Whats the 162 45 Error message
Renee
<
"MODERN PROGRAMMING is deficient in elementary ways BECAUSE of problems INTRODUCED by MODERN PROGRAMMING." Me
<br/>

View the full article
 
Back
Top