How do I derive a class from StrategyHelper to return the Guid and WealthScriptType property in Visual Studio? I was lost following the procedure posted in "Ask Glitch". An example will be very helpful.
Size:
Color:
"Derive the class" means implement an interface. Create your Strategy class, then a stub for StrategyHelper class and make Visual Studio do the rest by right-clicking on the
StrategyHelper and selecting "Implement abstract class". See this screenshot:
http://i33.tinypic.com/111uh42.jpgSee message by Cone from 2/28/2008 3:19 PM in
THIS discussion for a ready-made Strategy template.
For Visual Studio
Express 2005/2008 specific issues, please see
THIS article.
Size:
Color:
Thank you very much, I can debug with Visual Studio 2005 now.
However, I have problem using System.Drawing with Visual Studio 2005, It gave the error "The type or namespace name 'Drawing' does not exist in the namespace 'System' (are you missing an assembly reference?). Where can I find the reference to System.Drawing?
Size:
Color:
Size:
Color: