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 help
Comment