Assembly must contain algo type

Created at 21 Jul 2022, 19:13
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!
ClickAlgo's avatar

ClickAlgo

Joined 05.02.2015

Assembly must contain algo type
21 Jul 2022, 19:13


One of our vendor indicators will not install onto cTrader 4.2 and above, it was working fine with CT 4.1, but the following error occurs.

They also have a compiling issue.

CT0002: Assembly must contain algo type

Any help would be good.


@ClickAlgo
Replies

wolters
21 Jul 2022, 19:16 ( Updated at: 23 Jul 2022, 14:41 )

RE:

The problem is solved.

In this case, it was class defined as "internal" instead of "public" that seems to trigger hide the information in the assembly.

Best

Carsten

 


@wolters