Barcode error MissingMethodException

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
 
G

Graham McKechnie

Khano,

You are running on an Intermec pda???

I just tried and I also get the MissingMessageException, if I deploy my app
to my hp4700, but it runs fine on the Intermec.

I think you'd need their scanner on your pda!!

Graham
 
K

Khano

Dear Graham

I am sorry i didn't quiet understand.

i have a casio It 500

should i have a handeheld containing a scanner built by intermec?

best Regards

Khano
 
G

Guest

Work extensively with Intermec Scanning Devices (750 and 760 models) and
CompactFramework and have seen this error before. What Intermec dlls are you
referencing in your project?
 
K

Khano

I installed the cab file from the intermec .Net SDK What else must i
copy to the windows folder?

best regards
Khano
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top