我正在使用 POS For .NET 在 opos 应用程序中使用票务打印机、扫描仪和秤。我从 Monroe 安装了 CCO,让他们在 Windows 7 / .NET 4.0、WPF 应用程序上工作。
我的 Epson 打印机和 Datalogic 扫描仪工作正常。这就是我用来让它在我的 app.config 中工作的方法。
<runtime>
<NetFx40_LegacySecurityPolicy enabled="true"/>
</runtime>
现在我在尝试使用 Symbol 扫描仪和 Mettler toledo 秤时遇到了问题。他们都给出了访问冲突异常:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
当我尝试评论标尺之间的代码时,而不是符号。你们中有人对如何解决这个问题有任何想法吗?或者潜在的问题可能是什么?我已经在互联网上寻找了几天,所以非常感谢一个解决方案。
谢谢,扎科斯