1) Summary: I've taken my standard CS script [Indicator A] and as usual was successful in creating an export file which was tested and working fine several times over. It's resources included other proprietary indicators, and a few system indicators. All regular .cs files, and export just fine; downloadable and working check good on new computer.
2) In Export, I am now creating a compiled assembly for it, i.e. .dll .
3) All components of Indicator A were previously standard .cs assemblies. All but one needed file still remain standard .cs.
Only now however, one of these supporting indicators is now also converted to a .dll [Indicator B]
4) Indicator B as stated was a .cs, got converted as well, and is now is a .dll.
5) I recompiled Indicator A using Indicator B in its .dll format. Indicator A compiled successfully and proves check good on a chart. Log also shows no reported issues when on chart.
6) So currently Indicator A is still a .cs file, but now utilizing one .dll reference source (Indicator B).
7) I am now trying to export Indicator A as a compiled assembly, with the ONLY difference is that Indicator B is now a .dll
8) All other required components as needed previously are being included , with the sole exception that Indicator B is now pulled from the reference category.
9) The system is generating an error stating to be sure to include all necessary files and of course Export attempt fails. The Log reports no issue on this.
10) Am I missing some sort of system bridge file or something of that nature to reference the included .dll?
Thanx

JM

Comment