Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Unable to load custom assembly
Collapse
X
-
It seems that upgrading to latest version (8.0.13.1) fixed the dynamic load (strange) exception.
-
I mean it looks like the compilation goes OK but then when NT tries to reload the custom assembly it generates the messagebox like the image attached.
I send you the material to reproduce.
Thanks !
Leave a comment:
-
Hello carmiFR,
Thanks for your post.
It sounds like you are going through the correct process. Is your custom dll located inside your \Documents\NinjaTrader 8\bin\Custom\ folder when you export it?
Just to clarify- do you mean the 'export successful' box? If not, which box do you mean?I compile => no error but the box shows up
If you can provide me with the resources you mentioned that would also help alot. If you like, you may write into PlatformSupport(at)NinjaTrader(dot)com and reference this forum post. I will be able to take a closer look on my end.
Leave a comment:
-
Unable to load custom assembly
I am trying to add to nt8 8.0.12.0 64-bit my own c# 4.5.0 dll compiled as AnyCpu with visual studio 2017 but it fails with messages (see attached image) : "Unable to load custom assembly: The given key was not present in dictionary". Of course then, the dynamic loading failed.
The way i proceed :- I create a strategy called "Bridge"
- I add the 3 references : protobuf3.dll, Grpc.Core.dll and My.dll
- I compile => no error but the box shows up
Nothing in log nor traces.
If I restart NT8 as it, it cant recover and request to reinstall ninja.
My dll uses two 3d-party :
Grpc.Core 1.4.1 : https://www.nuget.org/packages/Grpc.Core/1.4.1
protobuf3 3.1.0 : https://www.nuget.org/packages/Google.Protobuf/3.1.0
I am confused because my 2 test projects are working fine ! One of them just mock ninjatrader objects ... One is c# console, the other is a c# gui app, all 4.5.0.
I can provide you the c# source file of the strategy call these, my dll and the dependencies.
Thanks for your helpLast edited by carmiFR; 05-07-2018, 12:37 PM.Tags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
685 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
390 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
112 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
585 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
588 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Leave a comment: