Hi,
i am trying to use the debug feature with Visual Studio 2010
I followed the link below
http://www2.wealth-lab.com/WL5WIKI/kbAskGlitchDebug.ashxbut at step 14 I can not see the precompiled strategy in WL. (but the dll and pdb file are in C:\Program Files\MS123\Wealth-Lab Developer 5)
Do you know what is going on?
Size:
Color:
If your PDB and DLL are there, there's a good chance you haven't implemented StrategyHelper.
Size:
Color:
I did have implemented StrategyHelper.
I tried to study how ActiveTrader was created and I have a question which may help the issue there:
When I open the strategy folder there is a library of all the ActiveTrader strategies. do you know where is the dll file which make displayed the ActiveTrader library in WL?
Size:
Color:
I think the reason is that you have set .NET 3.5 (4.0 or whatever is there by default in VS 2010) as the project's target framework. In your project's Properties window, select .NET 2.0.
Size:
Color:
You are right. My strategy now appear in WL. many thanks for your help
I now have a new issue. after testing ActiveTrader under VS I have 2 library with same name Active Trader which are displayed in the strategy folder in WL. It seems to create a conflict and prevent me from compiling any strategy. do you know how to get rid of one of them?
Size:
Color:
Ok no worry, I found how to solve this issue!
Size:
Color: