无线条码扫描器

发布于 2024-08-30 15:31:30 字数 283 浏览 2 评论 0原文

我有 2 个无线条码扫描仪。我用 C# 创建了一个应用程序,它读取条形码并将数据发送到 Web 服务,然后由 Web 服务操作数据并进行进一步处理。当我启动应用程序时,它首先尝试连接到 Web 服务,并且仅在连接成功时才会继续进行。我面临的问题是,如果我通过 Visual Studio 部署应用程序,那么它可以正常工作并连接到 Web 服务。但是,如果我只是手动复制内容(exe 和配置文件),则会出现未知主机名的错误。有人可以帮助我了解这种连接是如何工作的吗?它是否需要在部署时 Visual Studio 自动执行的扫描仪设备中进行一些特殊设置?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文