I have a sneaky suspicion that the compilation target for Ninjatrader is set to .Net Framework X Client Profile. Could someone please confirm whether this is the case. If yes,is there any way I can set it to .Net X Framework? Please advise. Thank you.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NT 7 Compilation Target
Collapse
X
-
NT 7 Compilation Target
Hi,
I have a sneaky suspicion that the compilation target for Ninjatrader is set to .Net Framework X Client Profile. Could someone please confirm whether this is the case. If yes,is there any way I can set it to .Net X Framework? Please advise. Thank you.Tags: None
-
Hi Josh,
Thank you for your reply. I understand your statement. I am not requesting a hard code change to how NT is compiled only a solution - perhaps a user available compilation switch. I have the following:
1. Take any working indicator.
2. Add reference to System.Design.dll in Framework 4.0. System.Design.dll is not part of the Framework Client Profile but is part of the Framework.
3. Add the following code:
namespace X
{
internal class
CustomPropertyControl : System.Windows.Forms.Design.ControlDesigner
{
}
}
The indicator will now fail to compile. I think the issue may be that NT is targeting the Client Profile in its compilation and the error could be avoided if it were possible to target the Framework rather than the Client Profile in this case.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment