04-16-2008 02:37 AM
namespace
Datasocket<End of source code>
I'm using Visual Studio 2008. The version of NationalInstruments.Net.dll is 8.0.11.236.
I'm aware of the fact that my version of Measurement Studio does not match Visual Studio 2008 but I read many posts where Visual Studio 2005 and Measurement Studio do cooperate, only those are all compiling issues. I have a runtime issue.
Does anyone have suggestions? Thanks in advance.
Peter Caron
Eye-Concept Industrial Automation BV
The Netherlands
04-16-2008 02:46 AM
In addition to my previous post:
I also tried the same source code under Visual Studio 2005 and the same exception is raised.
Peter Caron
Eye-Concept Industrial Automation BV
The Netherlands
04-18-2008 08:42 PM
Best Regards,
04-19-2008 02:46 AM
Hi Jonathan,
Thank you for your directions. I managed to create a .licx file and the problems are over. Thanks again.
Peter Caron
Eye-Concept Industrial Automation BV
The Netherlands.
06-24-2008 05:22 PM
I am getting the same error.
My app has been running for a very long time and just stopped. As I tried to debug it I found it to be a licensing error.
NationalInstruments.Net.DataSocket is unlicensed.
I went back to the solution and I do have the .LIC files in the assemblies directory and I have a Licenses.licx file in the project directory with the NI licenses in them with the correct versions listed.
I removed the references in my project (VS2003) and readded them with no errors and they now list the corect version (had old version listed before I removed & replaced them).
Where does the .licx file need to be place in the app directory with the executable? Can I apply the license string manually to them?
Thanks