I create the zip the standard way...thru the Export NinjaScript feature on the platform. The zip contains 4 files:
Info.xml, TheIndicator.cs, TheIndicator.X64.dll and TheIndicator.X86.dll
But, when the client tries to import that zip...the import error pops up (see attached screenshot).
Now, what's interesting, is when I try to import that ZIP into my platform, it imports fine. The difference being??? My guess is the difference is that I have RemoteSoft on my computer and the client does not. Let me explain what leads me to this conclusion.
When I look in the Custom folder for NT on my machine, I find a new DLL has been placed in there...one that was NOT present in the ZIP file. The new DLL is named "TheIndicator.dll".
So, it looks like the import process is creating a new DLL...and that new DLL will only be successfully created if the computer has RemoteSoft available. If RemoteSoft is not available, then the error message makes sense.
Let me know ASAP about this one...perhaps I'm missing something?

Comment