Wireless barcode scanner
Posted
by Zinx
on Stack Overflow
See other posts from Stack Overflow
or by Zinx
Published on 2010-04-28T21:11:41Z
Indexed on
2010/04/28
21:17 UTC
Read the original article
Hit count: 312
Hi All,
I have 2 wireless barcode scanners. I have created an application in C# which reads a barcode and sends data to a web service which then manipulates the data and do further processing. When I start aplication, it first tries to connect to web service and will proceed further only if connection succeded. The problem I am facing is, if I deploy the application through visual studio then it works fine and connects to web service. But if I just copy the contents (exe and config files) manually, then it gives error that unknown host name. Can someone please help me to understand how this connection works? Does it needs some special settings in scanner device which visual studio does automatically while deployment?
Thanks and Cheers.
© Stack Overflow or respective owner