Is there any way to set the copy local property for referenced assemblies to true from within NT? Please advise. Thank you.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Copy Local Property
Collapse
X
-
Hi Austin,
Generally one should be able to reference properties of added assemblies. One such property is Copy Local. It can be set true or false depennding on whether you want the assembly copied into the bin. When you use reflection (on properties, for example) during dynamic build situations sometimes the reference assemblies get confused in the GAC and the compilation fails. One way around this is to set Copy Local to tru so the referenced assembly is loaded before the reflection etc. takes place. I am unable to access the assembly properties via Ninja in the dialog window.
Comment
-
Zeos, unsupported means it is probably possible, but we can't provide support for doing so for one reason or another. I never said it wasn't allowed/possible. One of the developers said what you are trying to do is possible, but we don't support accessing these types of properties.
A simple rule of thumb is: if what you're trying to do isn't in the help guide, it isn't supported.AustinNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
576 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