Hello,
We are trying to get sample VB_Barcodesample1 to run on MT2070.
We do use visual studio 2008. We can get sample VB_Scanitem to run.
When starting VB_Barcodesample1 on MT2070 it complains that application needs a newer version of Compact framework.
So we have updated MT2070 to CF 3.5
When again starting VB_Barcodesample1 on MT2070 an errormesage on MT2070 show up:
Error
An unexpected error has occred in VB_Barcodesample1.exe Select Quit and then restart this program or select Details for more information
UnmarshalStructInfoForm
When tracing back it is cased by this statement:
' Enable the Reader.
myReader.Actions.Enable()
(It's in API.vb InitReader)
How can this be resolved?
0 Replies