Lionel LASKE - 2012-12-17

The message "This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded." mean that you probably use the NET SDK 2.0 to build the DLL but that you're currently using the .NET SDK 1.X. Change the DOTNETSDKPATH to match the current framework version and it should work.