Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
using System.Xml.Linq
Collapse
X
-
using System.Xml.Linq
What is the trick to use System.XML.Linq? I am getting an error "The type or namespace name 'Linq' does not exist in the namespace 'System.Xml' (are you missing an assembly reference?) CS0234 - click for info 23 18 " Line 23 is the declaration for using it. Thanks.Tags: None
-
Hello TAJTrades,
Thank you for your post.
Please note that this kind of programming is unsupported with NinjaTrader.
However, you will need to add the reference for the System.Xml.Linq.dll to the script in order to use this library.
Let me know if I can be of further assistanceCal H.NinjaTrader Customer Service
-
Cal, Fully aware of the"unsupported" thing as 80% of my NT stuff falls in that category. ' add the reference for the System.Xml.Linq.dll' is that Right clicking on a Ninjascript code and at the bottom of the pop up select "References"? Will I need to restart NT for it to catch?Originally posted by NinjaTrader_Cal View PostHello TAJTrades,
Thank you for your post.
Please note that this kind of programming is unsupported with NinjaTrader.
However, you will need to add the reference for the System.Xml.Linq.dll to the script in order to use this library.
Let me know if I can be of further assistanceLast edited by TAJTrades; 02-20-2014, 04:17 PM.
Comment
-
Correct. You will need to right click in the editor and select References.
You don't need to restart NinjaTrader as I was able to add the reference in and compile but when you are adding references they are loaded in the Config file and it is nice to restart after you are done with the script so it gets saved in the Config.Cal H.NinjaTrader Customer Service
Comment
-
Btw, why do we have to add manually reference for System.XML.Linq and not for example for System.XML (there, it's just enough to just add: ""Code:using System.Xml;
NT 7 requires .NET framework 3.5 and System.XML.Linq is part of the 3.5 so I would expect to use it without adding extra reference to DLL file manully.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment