06-22-2009 05:26 PM
Hi. I am wondering if there is any way I can use the .NET assemblies from Measurement Studio in an application on Mono on Linux. In particular, I would like to use the UI controls. The application builds and runs in Mono, but I get a licensing error for the NI libraries:
Unhandled Exception: System.ComponentModel.LicenseException: NationalInstruments.UI.WindowsForms.NumericEdit is unlicensed.
I got here by copying over the National Instruments directory from a licensed installation on Windows to my Linux machine and pointing the mono project at the DLLs. I don't think there are any real technical problems yet, just this DRM. All the .lic files are there in the National Instruments directory and the .licx files are there in the project. Any way I can get the application running in Mono to pick up the licenses?
06-24-2009 09:11 AM