I'm trying to get ILNumerics running and I'm following the manual on the ILNumerics page. Means, I created a WinForm application and installed ILNumerics using NuGet. At the end, I have the reference to ILNumerics.dll added to my application as well as the additional folder Bin32 and Bin64 added to my project.
Then I added the three using directives to my Form1.cs and also added ILNumerics.dll to the Toolbox in order to see the controls.
My WinForm application has the target platform set to x86.
Now, I should be able to add f.e. the ILPanel to my WinForm. If I try to do so, VS2012 crash completely without any messages. This behavious remains the same in case, I also add the OpenTK.dlls to my project (not sure, this is necessary).
I also tried to download the sources and build them and then to add the builded dll to my project. After a while, I was able to add a ILPanel to my WinForm (I've no idea, why this was possible), but then if I go throught with the debugger, the debugger stops working within the constructor of ILOGLControl().
Any ideas, what's wrong?
Regards, Thomas