Using the OpenNetCF SocketCom barcode reader...

  • Thread starter Alberto Silva - MVP
  • Start date
A

Alberto Silva - MVP

Hi,
I just started using the above library form OpenNetCF, and I would like to
use it from my vb.net application.
Since it's code is in C#, I'm compiling it as an assembly that I'll
reference in my vb.net project.

However I'm getting the following error in the lines that throw exceptions,
like this one:

throw new ScannerException(i, "Unable to request data events.");
The errors for each of these lines are...
The type caught or thrown must be derived from System.Exception
The type or namespace name 'ScannerException' could not be found (are
you missing a using directive or an assembly reference?)

Why does this happen?

Thanks,
Alberto Silva
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi Alberto,

Why are you not using the compiled version?

I'm using it and it works great

Cheers,
 
A

Alberto Silva - MVP

Mmmmmmmmmmm.... I'll search for it!

Thanks,
Alberto Silva

Ignacio Machin ( .NET/ C# MVP ) said:
Hi Alberto,

Why are you not using the compiled version?

I'm using it and it works great

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Alberto Silva - MVP" <[email protected]> wrote
in
 

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