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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
239 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
155 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
165 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
247 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
199 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment