I'm converting the C# example to VB.NET as VB.NET is the language the app I want to modify is written in. I can't figure out how to properly translate the C# line var myDevice = SelectDevice.Select(Device.Title, Device.AvailableDevices); to the VB.NET equivalent.
I keep getting this error
Reference required to assembly 'Symbol, Version=2.5.0.3, Culture=neutral, PublicKeyToken=68ec8db391f150ca' containing the base class 'Symbol.Generic.Device'. Add one to your project. C:\Users\hsimpson\Documents\Visual Studio 2008\Projects\CameraApp\CameraApp\Camera.vb 31 48 CameraApp
I'm using the EMDK v 2.6 for .NET.
The sample C# app runs fine when sent to the device in Debug run.....
TIA
Harry
Symbol.Generic.Device |
1 Replies
This was an obvious error where I'd not added the reference to Symbol.dll. I made it much more of an issue than it was.