Khano,
>> but when i run my application on the pda
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
"Khano" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>
|