Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Visual Studio Recommended Setup
Collapse
X
-
Visual Studio Recommended Setup
I'm using NT8 and I'm looking for a guide to setup my development environment in visual studio. I had done some development a few years ago in NT7 and it was pretty difficult. I see now that there's an open in VS button and I did that. Can I actually debug with VS now? Are there any other tips tricks that you can share(links welcome)?Tags: None
-
I see many errors and warnings... is this normal or do I need to do something to resolve them?
Errors:
'Serialize' does not contain a definition for 'Brush2String'
'Serialize' does not contain a definition for 'String2Brush'
Warnings:
'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override'
The type '<Name>' in '<Path>@<Name>.cs' conflicts with the imported type '<Name>' in 'NinjaTrader.Vendor, Version=8.0.3.1, Culture=neutral, PublicKeyToken=null'. Using the type defined in '<Path>@<Name>.cs'.
-
Visual Studio debugging
I think the ability to debug using Visual Studio is one of the most powerful capabilities of NinjaTrader.
I think NT should put a video in the video library with all the details of developing/compiling/debugging inside Visual Studio platform. There is some instructions in the help file about debugging using VS, but a more comprehensive video would help the entire community. If there are some videos out there already, I would appreciate a link (I could not find).
Thanks.Last edited by ds1111; 01-30-2017, 09:46 PM.
Comment
-
We requested that all slang naming be removed from NinjaScript and it was. Those are now called BrushToString() and StringToBrush(). Everything else that was named using a "2" in the name has been renamed using "To".Originally posted by LorneCash View PostI see many errors and warnings... is this normal or do I need to do something to resolve them?
Errors:
'Serialize' does not contain a definition for 'Brush2String'
'Serialize' does not contain a definition for 'String2Brush'
Warnings:
'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override'
The type '<Name>' in '<Path>@<Name>.cs' conflicts with the imported type '<Name>' in 'NinjaTrader.Vendor, Version=8.0.3.1, Culture=neutral, PublicKeyToken=null'. Using the type defined in '<Path>@<Name>.cs'.
ref: http://ninjatrader.com/support/forum...392#post412392
Comment
-
Hello LorneCash, and thank you for your question. A while ago I prepared this video for a customer which many others have found useful, regarding visual studio debugging.
World's leading screen capture + recorder from Snagit + Screencast by Techsmith. Capture, edit and share professional-quality content seamlessly.
Please let us know if there are any other ways we can help.Jessica P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
577 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment