Originally posted by: Yanni
I am using Visual Studio 2008 (since it is compatible with CPLEX 11.0). I have successfully compiled a project with a .cs file, but I am getting the following error
The thread 0x6b8 has exited with code 0 (0x0).
The thread 0xbdc has exited with code 0 (0x0).
The program '
968 Test.vshost.exe: Managed' has exited with code 0 (0x0).
The model compiles successfully, but the command window closes instantly. Therefore it never stops to get any input from keyboard (args[0]). I also tried the same in .NET 2003, but still get the same error (usually with a different number in brackets).
Any idea what I am doing wrong?
thanks
Yannis
#CPLEXOptimizers#DecisionOptimization