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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
177 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
332 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
254 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
356 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
184 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment