【发布时间】:2011-10-10 13:24:54
【问题描述】:
.NET 的 POS: 我正在尝试将 MSR 与 .net 的 POS 连接,但我无法设置属性 DeviceEnabled = true。 它给了我以下异常
编辑: 无法启用设备。有关详细信息,请参阅内部异常。
{“访问被拒绝”}
在 Microsoft.PointOfService.ExampleServiceObjects.HidReader.HidThread.StartReading() 在 Microsoft.PointOfService.ExampleServiceObjects.HidReader.OpenDevice() 在 Microsoft.PointOfService.ExampleServiceObjects.ExampleMsr.set_DeviceEnabled(布尔值)
【问题讨论】:
-
您给了我们异常的堆栈跟踪,但没有提供异常message,甚至没有提供异常的type。这些都可能是非常有用的信息。
标签: .net point-of-sale opos