Intellisense for an External DLL
Author: Penny
Creation Date: 6/4/2009 3:49 PM
profile picture

Penny

#1
In WealthLab Pro 5.3, Code Completion (Intellisense) for the class C and Method M in the code below works as expected. A list is displayed by the editor when the "." in "c.M" is typed and the method definition is displayed when the "(" in "c.M (this);" is typed.
CODE:
Please log in to see this code.
When the code for class C is moved to a Visual C# 2008 Express project (into namespace X.Y), compiled, the DLL copied to the Wealth-Lab Pro 5 directory, a reference added to that assembly in WealthLab, "using X.Y" added to the WealthLab editor code and method M invoked by the Execute method of the recompiled code in the WealthLab editor, it runs as expected. The letter "M" is output to the Debug Log. However, Code Completion in the editor no longer appears to function as before. Is there something that can be done to correct this?
profile picture

Eugene

#2
This is a known usability issue, unfortunately it had low priority to be fixed in 5.4. You can create a support ticket for tracking purposes.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).