Not able to build cBots after new update.

Created at 20 Mar 2025, 16:36
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
SO

soskrr

Joined 20.08.2023

Not able to build cBots after new update.
20 Mar 2025, 16:36


Error MSB4018: ‘ExtractMetadataTask’
System.IO.FileNotFoundException: Could not load file or assembly 'Core.AlgoFormat, Version=5.216.0, Culture=neutral,


@soskrr
Replies

andi21
20 Mar 2025, 21:07

Dear Community,

i have the same problem / exception here, too.

cTrader 5.2.5

cTrader.Automate 1.0.11

Hope anyone can help us with this.

Best regards,

andi21


@andi21

soskrr
20 Mar 2025, 21:10

RE: Not able to build cBots after new update.

andi21 said: 

Dear Community,

i have the same problem / exception here, too.

cTrader 5.2.5

cTrader.Automate 1.0.11

Hope anyone can help us with this.

Best regards,

andi21

One way to work around this is by using the embeded compiler. 


@soskrr

vfutest89
20 Mar 2025, 21:19 ( Updated at: 21 Mar 2025, 06:10 )

RE: RE: Not able to build cBots after new update.

Same problem here, just after the forced upgrade. Error MSB4018


@vfutest89

K3Charts
21 Mar 2025, 03:14

RE: Not able to build cBots after new update.

 

andi21 said: 

Dear Community,

i have the same problem /in verssion 5.2.5 otimizations and verifications of the cbots no running . have thiss error in above

cTrader 5.2.5

Hope anyone can help us with this.

Best regards,

i'm k3Charts cTrader at 10 years

 


@K3Charts

sidhu
21 Mar 2025, 09:33 ( Updated at: 21 Mar 2025, 11:36 )

RE: Not able to build cBots after new update.

andi21 said: 

Dear Community,

i have the same problem / exception here, too.

cTrader 5.2.5

cTrader.Automate 1.0.11

Hope anyone can help us with this.

Best regards,

andi21

Same here. Please can we have this fixed in a day or two. I was hoping before Monday. 


@sidhu

andi21
21 Mar 2025, 11:28

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21


@andi21

BernhardCS
21 Mar 2025, 11:45

RE: Not able to build cBots after new update.

andi21 said: 

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21

Hi andi21,

thanks, works for me also as well now.

Best regards,

Bernhard


@BernhardCS

soskrr
21 Mar 2025, 11:47

RE: RE: Not able to build cBots after new update.

BernhardCS said: 

andi21 said: 

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21

Hi andi21,

thanks, works for me also as well now.

Best regards,

Bernhard

Hi, how did you update the package?


@soskrr

soskrr
21 Mar 2025, 11:47

RE: RE: Not able to build cBots after new update.

BernhardCS said: 

andi21 said: 

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21

Hi andi21,

thanks, works for me also as well now.

Best regards,

Bernhard

Hi, how did you update the package?


@soskrr

BernhardCS
21 Mar 2025, 11:50 ( Updated at: 21 Mar 2025, 13:03 )

RE: RE: RE: Not able to build cBots after new update.

soskrr said: 

Hi, how did you update the package?

VS => Solution Explorer, right click on “Dependencies” (guess in English it called in that way) => NuGet-Packages and there you can update the cTrader.Automate from 1.0.11 to 1.0.12

Best regards,

Bernhard


@BernhardCS

andi21
21 Mar 2025, 12:37

RE: RE: RE: Not able to build cBots after new update.

soskrr said: 

BernhardCS said: 

andi21 said: 

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21

Hi andi21,

thanks, works for me also as well now.

Best regards,

Bernhard

Hi, how did you update the package?

I think if you use the BuiltIn-Editor in cTrader it should be the same behaviour like in Visual Studio, so if you rebuild the project in Visual Studio the nuget-Packages should also be updated. Have a look in the solution explorer of Visual Studio:

[ProjectName]

  Dependencies

     Packages

        cTrader.Automate (1.0.12)

Best regards,

andi21


@andi21

jonlangdon
21 Mar 2025, 14:05

RE: RE: RE: RE: Not able to build cBots after new update.

andi21 said: 

soskrr said: 

BernhardCS said: 

andi21 said: 

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21

Hi andi21,

thanks, works for me also as well now.

Best regards,

Bernhard

Hi, how did you update the package?

I think if you use the BuiltIn-Editor in cTrader it should be the same behaviour like in Visual Studio, so if you rebuild the project in Visual Studio the nuget-Packages should also be updated. Have a look in the solution explorer of Visual Studio:

[ProjectName]

  Dependencies

     Packages

        cTrader.Automate (1.0.12)

Best regards,

andi21

 

Thanks guys - building for me too now.

I have however had some problems debugging - symbols not loaded, so my breakpoints are not hit…

I'm looking into it at the moment in case it's an issue on my end but just thought I'd post to see if anyone else has the same problem?

Do symbols need to be packaged with the release?

Best Regards,

 


@jonlangdon

soskrr
21 Mar 2025, 14:58

RE: RE: RE: RE: Not able to build cBots after new update.

andi21 said: 

soskrr said: 

BernhardCS said: 

andi21 said: 

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21

Hi andi21,

thanks, works for me also as well now.

Best regards,

Bernhard

Hi, how did you update the package?

I think if you use the BuiltIn-Editor in cTrader it should be the same behaviour like in Visual Studio, so if you rebuild the project in Visual Studio the nuget-Packages should also be updated. Have a look in the solution explorer of Visual Studio:

[ProjectName]

  Dependencies

     Packages

        cTrader.Automate (1.0.12)

Best regards,

andi21

Thanks a lot, have fixed it.


@soskrr

andi21
24 Mar 2025, 11:58

RE: RE: RE: RE: RE: Not able to build cBots after new update.

jonlangdon said: 

andi21 said: 

soskrr said: 

BernhardCS said: 

andi21 said: 

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21

Hi andi21,

thanks, works for me also as well now.

Best regards,

Bernhard

Hi, how did you update the package?

I think if you use the BuiltIn-Editor in cTrader it should be the same behaviour like in Visual Studio, so if you rebuild the project in Visual Studio the nuget-Packages should also be updated. Have a look in the solution explorer of Visual Studio:

[ProjectName]

  Dependencies

     Packages

        cTrader.Automate (1.0.12)

Best regards,

andi21

 

Thanks guys - building for me too now.

I have however had some problems debugging - symbols not loaded, so my breakpoints are not hit…

I'm looking into it at the moment in case it's an issue on my end but just thought I'd post to see if anyone else has the same problem?

Do symbols need to be packaged with the release?

Best Regards,

 

I just tried to debug - at my site debugging works.

Best regards,

andi21


@andi21

jonlangdon
24 Mar 2025, 14:43

RE: RE: RE: RE: RE: RE: Not able to build cBots after new update.

andi21 said: 

jonlangdon said: 

andi21 said: 

soskrr said: 

BernhardCS said: 

andi21 said: 

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21

Hi andi21,

thanks, works for me also as well now.

Best regards,

Bernhard

Hi, how did you update the package?

I think if you use the BuiltIn-Editor in cTrader it should be the same behaviour like in Visual Studio, so if you rebuild the project in Visual Studio the nuget-Packages should also be updated. Have a look in the solution explorer of Visual Studio:

[ProjectName]

  Dependencies

     Packages

        cTrader.Automate (1.0.12)

Best regards,

andi21

 

Thanks guys - building for me too now.

I have however had some problems debugging - symbols not loaded, so my breakpoints are not hit…

I'm looking into it at the moment in case it's an issue on my end but just thought I'd post to see if anyone else has the same problem?

Do symbols need to be packaged with the release?

Best Regards,

 

I just tried to debug - at my site debugging works.

Best regards,

andi21

Thanks for the reply Andi,

I'm still stuck unfortunately…

Were you able to debug referenced projects?

Do you know where I should be looking for the .pdb files for symbols?

is it here “C:\Users\jonla\AppData\Local\Spotware\cTrader\abb70432efbee65d18af69e79fe8efe1\app_5.2.5.38882\algohost.netcore”?

Thanks,

Jon


@jonlangdon

andi21
24 Mar 2025, 18:50

RE: RE: RE: RE: RE: RE: RE: Not able to build cBots after new update.

jonlangdon said: 

andi21 said: 

jonlangdon said: 

andi21 said: 

soskrr said: 

BernhardCS said: 

andi21 said: 

I can build with no errors now - has been fixed with the new nuGet Package 1.0.12.

Thank you for the quick correction of this exception.

Best regards,

andi21

Hi andi21,

thanks, works for me also as well now.

Best regards,

Bernhard

Hi, how did you update the package?

I think if you use the BuiltIn-Editor in cTrader it should be the same behaviour like in Visual Studio, so if you rebuild the project in Visual Studio the nuget-Packages should also be updated. Have a look in the solution explorer of Visual Studio:

[ProjectName]

  Dependencies

     Packages

        cTrader.Automate (1.0.12)

Best regards,

andi21

 

Thanks guys - building for me too now.

I have however had some problems debugging - symbols not loaded, so my breakpoints are not hit…

I'm looking into it at the moment in case it's an issue on my end but just thought I'd post to see if anyone else has the same problem?

Do symbols need to be packaged with the release?

Best Regards,

 

I just tried to debug - at my site debugging works.

Best regards,

andi21

Thanks for the reply Andi,

I'm still stuck unfortunately…

Were you able to debug referenced projects?

Do you know where I should be looking for the .pdb files for symbols?

is it here “C:\Users\jonla\AppData\Local\Spotware\cTrader\abb70432efbee65d18af69e79fe8efe1\app_5.2.5.38882\algohost.netcore”?

Thanks,

Jon

Yes, i was able to debug referenced projects.

Unfortunately no - i don't know where you should be looking for the .pdb files for symbols - i'm sorry.

I hope you can solve this debugging problem.

Best regards,

andi21


@andi21