摘要: 使用Microsoft.SmartDevice.Connectivity.dll进行与智能设备的连接,原来在Windows 7 32位系统的时候,代码运行没有一点问题,后来操作系统换成了Windows 7 64位的,这时运行到下面一句的时候会出现异常。var manager = new DatastoreManager(CultureInfo.InvariantCulture.LCID);异常描述如下:Retrieving the COM class factory for component with CLSID {250BEABB-55E8-43BB-AC97-2D95674ECE14} 阅读全文
posted @ 2012-06-20 13:07 _无所事事_ 阅读(998) 评论(0) 推荐(0) 编辑