I recently upgraded Community Components and Wealthlab.Visualizers.MS123
I used to be able to call and load strategies from within strategies
CODE:
Please log in to see this code.
I now get errors at the first line that says CS0104 'Utility' is an ambiguous reference between Community Components and WLVisualizers MS123
Can you help me resolve this? Thanks
Steve
Size:
Color:
Size:
Color:
Thanks
I've tried replacing the first line with
CODE:
Please log in to see this code.
as well as
CODE:
Please log in to see this code.
but my syntax must be incorrect as neither compiles.
My C# skills are rusty and limited. Would you be able to give me the right syntax please?
Size:
Color:
It's not the Community.Components.Utility. The one you're trying to reference belongs to the MS123 Performance Visualizers library. You will find the namespace by opening Object Browser in Visual Studio.
Size:
Color:
I'm not using visual studio just the compiler within WL
Is it possible to give me a code snippet?
Thanks again for the help
Size:
Color:
The target namespace for the Utility class is WealthLab.Visualizers.MS123.
Size:
Color:
I've replaced the line with
CODE:
Please log in to see this code.
I still get lots of compilation errors about constructors and methods that are no longer defined as well as errors from PerformanceEngine.
I understand that there is a breaking change but is there a simple code snippet you could provide to get me through this?
Greatly appreciate the help
Size:
Color: