Im using an intermec CN3 device with windows mobile 5 on and trying to use the barcodereader and imager.
The itcscan.dll and imager.dll files cannot be found when connected to the internet. Please note that they work perfectly while not connected to the internet.
I get the following error for the barcodereader: "Cant find PInvoke DLL 'ITCScan.DLL'". And this is the error I get for the Imager: "Can not open Imager".
There is a lot of posts on the web about the cannot find pinvoke error but none of the ones I found are specific to being connected to the internet and the people from those posts seem to have it failing even when offline.
They fail on the new statements:
global var: Intermec.DataCollection.BarcodeReader barRead;
if (barRead == null)
{
barRead = new Intermec.DataCollection.BarcodeReader();
The imager is similar with its own global var
img = new Intermec.DataCollection.Imager(PictureImager, Imager.PictureResolutionSize.Sixteenth);
There are some settings being set afterwards but it never passes these statements while connected to the internet.