I have an unexpected error message and I do not how to proceed further
I followed the instructions about using Visual Studio (
http://www2.wealth-lab.com/WL5Wiki/kbAskGlitchDebug.ashx) and I am running into the following build error message -
>C:\Users\Russ\Documents\Visual Studio 2012\Projects\TrendLineFinderV1\TrendLineFinderV1\Class1.cs(13,7,13,16): error CS0246: The type or namespace name 'WealthLab' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Russ\Documents\Visual Studio 2012\Projects\TrendLineFinderV1\TrendLineFinderV1\Class1.cs(18,31,18,43): error CS0246: The type or namespace name 'WealthScript' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Russ\Documents\Visual Studio 2012\Projects\TrendLineFinderV1\TrendLineFinderV1\Class1.cs(224,44,224,58): error CS0246: The type or namespace name 'StrategyHelper' could not be found (are you missing a using directive or an assembly reference?)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
When following the link
http://www2.wealth-lab.com/WL5Wiki/kbAskGlitchDebug.ashx it says to add as a reference ◦Select Wealth-Lab.dll and click OK. The closest I could find was WealthLab.dll with no hypen in the name so I added that as the reference. The critical lines being highlighted are -
CODE:
Please log in to see this code.