Originally posted by: CplexUser
Hi,
I tried to move my .Net based windows application to a web server to support a research to help people study how their management decision would influence the environment. I used ILOG cplex to do some background modeling when people click certain button on the internet.
Everything works fine so far except I cannot run the CPLEX callable library anymore. Anytime it reaches the code:
env = cplex64.CPXopenCPLEX(status)
The Vb.net will throw a exception like:
"System.BadImageFormatException was unhandled by user code
InnerException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
But when I run the window desktop version of the program, it works just fine when reaching this code.
Please help! I spend huge amount of time in trying to make this work, but seems everthing would become meaningless if ILOG won't support web based modeling.
Yu
#CPLEXOptimizers#DecisionOptimization