That error appears because whoever compiled the latest module compiled a debug build, and you can only run it if you have Visual Studio installed (or you can download the debug runtime dll and put it in your server folder however that is NOT recommended).
The solution is to re-build the module in release mode, I'm unfortunately away for the time being and dont have access to a pc with Visual Studio installed, so I'm hoping another dev/tester could perhaps compile and upload the module?