| 发表于:2007-07-31 15:02:39 楼主 |
string a = "69971fae "; string b = "1234567899513575 "; byte[] pid = system.text.encoding.ascii.getbytes(a.tochararray()); byte[] pin = system.text.encoding.ascii.getbytes(b.tochararray()); int tokencount; byte[] pus = system.text.encoding.ascii.getbytes(a.tochararray()); //寻找加密狗 et99.findtoken(ref pid[0], out tokencount);((出错))----------这项操作不接受建议 (异常来自 hresult:0x80040003(ole_e_advisenotsupported)) ===========================分割线======================================== byte[] readbuf = new byte[1]; string strtemp = " "; //读取加密狗 et99.read(0, 1, out readbuf[0]); ((出错))--------------因为找不到关联数据,无法再枚举 (异常来自 hresult:0x80040002 (ole_e_enum_nomore)) 谁知道解决的方法。或者出现错误的根本原因。。告诉下了。。谢谢。。! |
|
|
|
|