Hi everyone,
I want to use MasterEmulator.dll (2.1.13.14) in my own application (C#) for development. Then I realised that line
MasterEmulator mMasterEmulator = new MasterEmulator();
causing this exception
A first chance exception of type 'IronPython.Runtime.Exceptions.PythonException' occurred in Microsoft.Dynamic.dll
All examples make it too. Worst thing is that before my PC restart it was OK. Now my nrf dongle is useless.
Visual Studio 2013 on Windows 10
Thanks you all