Hi there,
in my WL scripts i typically include a simple DLL-library, for dumping out data in text files and the like. Running singe scripts have never been a problem and works fine now, too.
However when running your new "Combination Strategy" feature, there seems to be a reference problem. I.e. when I remove links to my private library, all works well, but running scripts where "using" + <private.DLL> is included on top i the scrips I get the "object reference" program stop.
The special DLL is located in the usual C:\Program Files\MS123\Wealth-Lab Developer 6\ directory. Should it be somewhere else or something?
Size:
Color:
Size:
Color:
Hmmm. We'll have to look in to how the ".NET References" are compiled in Combination Strategies. I suspect that Community.Components works because it is installed in the Wealth-Lab directory. If you're dll isn't located there, move it there, restart Wealth-Lab, and retest. It might work.
Size:
Color:
Robert, unless 32-bit WLD is being used on a 64-bit O.S., he probably already has it there...
QUOTE:
The special DLL is located in the usual C:\Program Files\MS123\Wealth-Lab Developer 6\ directory.
Size:
Color:
The Community.Components library works fine, other installed WL libraries work well, too. So all of your libraries are ok - but my library makes the "combination strategy" stop.
I agree - I suspect there's something in my code, even though my "class library" generally works well. I will go over it again and check if there's a missing assembly reference or something. Sorry for the trouble!
BTW I use both the 32 bit (on an old Win XP pc) and 64 bit (Win7) versions of WL, both never bugs. Rock solid, man. They have worked perfectly for as 2 years now. The only problem was that one library update from you that crashed WL on startup (some weeks ago now), but that was sorted out quickly.
Size:
Color:
I'm having a similar problem to the OP. When trying to run my normal strategies (I run them without problem individually) in the combo strategy feature, I get the following error:
CODE:
Please log in to see this code.
I get this error with a variety of my strategies but not with the included sample ones. Hints about where to look? Any try/catch blocks I should insert?
Thanks in advance.
Size:
Color:
Size:
Color: