I want to run my GAMS code via c# by GAMS API. when I start Visual studio,I recieve this error in
GAMSWorkspace ws = new GAMSWorkspace();
error: "Expected GAMS system to be 32 bit but found 64 bit instead. System directory: C:\GAMS\win64\25.1"
GAMS and windows are both 64 bit.
Can anybody help me to solve it?