K
Khano
Hello Everybody
i am trying to deploy a application on handheld
i have installed intermec .NET SDK and i am using the BarcodeReader
There is no error in the coding
but when i run my application on the pda
an error message occurs
MissingMethodException
on the initialization of the barcode reader
here is the code i have written
************************************************
'In the variable declaration
Friend WithEvents br As Intermec.DataCollection.BarcodeReader
'After initialzecomponents()
br = New BarcodeReader
br.ThreadedRead(True)
'in the functions
Private Sub myreadtest(ByVal sender As System.Object, ByVal e As
BarcodeReadEventArgs) Handles br.BarcodeRead
MsgBox(e.strDataBuffer)
End Sub
************************************************
The error occurs on the
br = New BarcodeReader
can anyone helps me on that
i am trying to deploy a application on handheld
i have installed intermec .NET SDK and i am using the BarcodeReader
There is no error in the coding
but when i run my application on the pda
an error message occurs
MissingMethodException
on the initialization of the barcode reader
here is the code i have written
************************************************
'In the variable declaration
Friend WithEvents br As Intermec.DataCollection.BarcodeReader
'After initialzecomponents()
br = New BarcodeReader
br.ThreadedRead(True)
'in the functions
Private Sub myreadtest(ByVal sender As System.Object, ByVal e As
BarcodeReadEventArgs) Handles br.BarcodeRead
MsgBox(e.strDataBuffer)
End Sub
************************************************
The error occurs on the
br = New BarcodeReader
can anyone helps me on that