Good Afternoon,
I was trying to follow the example in Visual Studio 2008 Pro using C#:
http://www2.wealth-lab.com/WL5Wiki/kbAskGlitchDebug.ashxWhat version Visual Studio and Edition are you using?
I ask because in the example you say that "Code Complete" will create the Get; Set; properties for you. I am not sure how to get Visual Studio to create it.
Under "Tools", "Create a GUID" Visual Studio 2008 Pro has 4 choices.
1). IMPLEMENT_OLECREATE(...)
2). DEFINE_GUID(...)
3). static const struct GUID = (...)
4). Registry Format (ie {xxxxxxxx-xxx .... xxx})
When I created the TestStrategyHelper public class it says I didn't create the inhereted abstract member classes
I have errors for the "WealthLab.StrategyHelper.Name.get; ID.get, Author.get, WealthScriptType.Get, Description.get, CreationDate.Get, LastModifiedDate.get" methods.
I am trying to create them now but am having problems...
CODE:
Please log in to see this code.
Part of the problem could be that I am not using Wealth Lab Developer and don't have any of those components installed.
Is that the right product to be using to test my own code out?