Hi all,
I've developed an application connecting to Interactive Brokers via IB Gateway. It words fine on my local machine, but on the server it crashes as soon as I make any call to any TWS function, like connect etc. Interestingly, I can connect using Matlab without problem on the server, how can this be? This must mean the problem lies in the C# executable, or?
Here are the configurations:
Local machine:
Windows 8.1
Visual Studio 2015
TWS v950.2g
Java 64 bit version
Server:
Windows Server 2012
Java 32 bit version 1.8.0_31
TWS 948.3c
Executable is 32 bit. Have tried generating a 64-bit version as well but same result. Also tried to register the Tws.ocx using regsvr32 from the SysWOW folder on the server, still no success.
I thought there shouldn't be an issue if both the TWS OCX and the executable have are of same bit type?
Thanks in advance.
I've developed an application connecting to Interactive Brokers via IB Gateway. It words fine on my local machine, but on the server it crashes as soon as I make any call to any TWS function, like connect etc. Interestingly, I can connect using Matlab without problem on the server, how can this be? This must mean the problem lies in the C# executable, or?
Here are the configurations:
Local machine:
Windows 8.1
Visual Studio 2015
TWS v950.2g
Java 64 bit version
Server:
Windows Server 2012
Java 32 bit version 1.8.0_31
TWS 948.3c
Executable is 32 bit. Have tried generating a 64-bit version as well but same result. Also tried to register the Tws.ocx using regsvr32 from the SysWOW folder on the server, still no success.
I thought there shouldn't be an issue if both the TWS OCX and the executable have are of same bit type?
Thanks in advance.