Post Installation: Use NinjaTrader 8 Code Editor and set a reference to WPFPropertyGrid #65
Locked
MicroTrendsTom
started this conversation in
Show and tell
Replies: 1 comment
-
Any issues or errors please create a new issue so this is easy to read and follow for others :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After installing the ATS QuadroBase and using the NinjaTrader Code Editor you may get errors about WPFPropertyGrid
NinjaScript File Error
ATSQuadroBaseStrategyPropertyGridPopUp\xaml.cs The type or namespace name 'WpfPropertyGrid' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?)
ATSQuadroBaseStrategyPropertyGridPopUp\xaml.cs The type or namespace name 'PropertyGrid' could not be found (are you missing a using directive or an assembly reference?)
Solution Add a reference to the WpfPropertyGrid




1)Right click the NinjaTrader Code Editor code Window and select menu item " References"
2) Click Add and browse to folder : C:\Program Files (x86)\NinjaTrader 8\bin64 and Select file "System.Windows.Controls.WpfPropertyGrid.dll"
3)Click Open the window will close and the entry has been added to the :references window at the bottom scroll down to see:
4)click ok the window closes now click F5 to compile all errors should go and compile success notice and sound
Beta Was this translation helpful? Give feedback.
All reactions