Problem using icMarkets cTrader
Problem using icMarkets cTrader
06 Jun 2022, 04:58
Hi,
I used spotware desktop app until now.
My client asked to run the cBot on icMarkets cTrader.
I realized thant icMarkets cTrader doesnot support net6.0. so I have to rewrite codes.
I am using nuget package of Websoket.client.
As I started the cBot, following error is occured.
Crashed in OnStart with FileNotFoundException: Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Websoket.client uses System.Threading.Tasks.Extensions 4.5.2
How can I solve this problem?
Or Can I use a cBot for an icmarkets live account in spotware cTrader? then I can use the original version of cBot without any modification.
Kind regards
amusleh
06 Jun 2022, 08:24
Hi,
You can wait for IC Markets version 4.2 release, it will be released in near feature.
cTrader 4.1 uses .NET 4.0, check if the Nuget package you are trying to use works on .NET 4.0 or not.
@amusleh