I'm getting very close to having my development environment setup---but I'm stuck on something small (and hopefully common)...
I'm setting up Visual Studio 2012 to use to debug as per the instructions published on this website.
I've created the following code which compiles successfully:
CODE:
Please log in to see this code.
This builds successfully:
1>------ Rebuild All started: Project: ClassLibrary2, Configuration: Release x86 ------
1> ClassLibrary2 -> C:\Users\eric.EDW\AppData\Roaming\Fidelity Investments\WealthLabPro\1.0.0.0\Data\Strategies\ClassLibrary2.dll
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
and is saving the dll called ClassLibrary2.dll to the strategies directory shown above.
However, WealthPro can't find the .dll, and when I look in this directory, all I see for the WPL published strategies is XML files, not .dll's. Clearly, I'm doing someting wrong, but I'm not sure what it is.
How can I get WPL to see my strategy file?
Thanks!