Hi
I've copy-pasted the source-code from
http://personal.fidelity.com/products/trading/Trading_Platforms_Tools/pdf/Creating-PosSizers-in-Wealth-Lab-Pro.pdfinto Microsoft Visual Studio Enterprise 2017 Version 15.9.4 with the .NET Framework Version 4.7.03056. I added references to the project to Fidelity.Components.dll, WealthLab.PosSizers.dll and WealthLab.dll. I had to install the Microsoft.NETCore.Portable.Compatibility (1.0.1) to get around an mscorlib error. Now I get 'CS7069 Reference to type 'Component' claims it is defined in 'System', but it could not be found, which occurs on the like of code "if (_settngs == null)" - see attached screenshot.
So I can't build the sample PosSizer. What have I missed?
Thanks
Nick