我有一个Nordic USB Dongle,我想创建一个简单的C#应用程序来扫描和连接其他BLE设备。
但是在创建MasterEmulator类的新实例时我遇到了第一个问题。
MasterEmulator masterEmulator = new MasterEmulator();
该程序运行良好的管理员权限但没有管理员它有例外:
抛出:"无法加载文件或程序集' IronPython.Modules,Version = 2.7.5.0,Culture = neutral,PublicKeyToken = 7f709c5b713576e1'或其中一个依赖项。系统找不到指定的文件。" (System.IO.FileNotFoundException)异常消息="无法加载文件或程序集' IronPython.Modules,Version = 2.7.5.0,Culture = neutral,PublicKeyToken = 7f709c5b713576e1'或其中一个依赖项。系统找不到指定的文件。",Exception Type =" System.IO.FileNotFoundException"
我的客户要求我们在非管理员帐户上运行,这是问题,任何人都有这方面的经验?请帮忙
谢谢,