WSLineStyle is the enum I use in one indicator to validate the horizontal line style parameter entered by the user, e.g. “Dash”, “Solid”, etc.
When I remove that indicator from the assembly, the import works for the other colleagues.
What I can’t understand is :
(a) Why the import compilation fails when the compilation of that indicator works correctly on my PC. To be honest I’m not sure why the import has to re-compile a compiled assembly anyway.
(b) Why the import worked for one person but not the others. Is it possible they have different compiler versions?
Thanks for any explanation.

Comment