Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

... dll could not be found

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ... dll could not be found

    I have a custom indicator that's worked (meaning "compiled") forever. Now for some reason I am getting these two errors when I try and compile it:

    Metadata File <my file path>NinjaTrader.Core dll could not be found
    Metadata File <my file path>WilsonORMapper dll could not be found

    Any ideas how to fix this?

    Thank You,
    Rob

    #2
    Hello,

    These would be reference errors.

    Can you confirm the Path listed points to the file mentioned?

    I.E. the Path to NinjaTrader.Core.dll and WilsonORMapper.dll should be the install directory which is either in ProgramFiles or Program Files (x86) depending if you have a 64 bit PC.

    Once you locate the install folder, usually: C:\Program Files (x86)\NinjaTrader 7\bin
    You can add the references to these files by:
    1. opening a NinjaScript editor.
    2. Right click in the editor
    3. Select References
    4. If WilsonORMapper or NinjaTrader.Core are already listed, select each and remove them.
    5. Now click Add and browse to the Program files NinjaTrader folder : C:\Program Files (x86)\NinjaTrader 7\bin
      and add each back to the list.



    Finally Click OK to the reference menu, then compile once again to check for errors.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Jesse!

      I followed the instructions step by step. One I pointed the target to the actual file path of the .DLLs, the script complied without issue and began working!

      Thank You!
      Last edited by RobVig; 06-16-2016, 07:09 PM.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by kaywai, 09-01-2023, 08:44 PM
      5 responses
      601 views
      0 likes
      Last Post NinjaTrader_Jason  
      Started by xiinteractive, 04-09-2024, 08:08 AM
      6 responses
      22 views
      0 likes
      Last Post xiinteractive  
      Started by Pattontje, Yesterday, 02:10 PM
      2 responses
      16 views
      0 likes
      Last Post Pattontje  
      Started by flybuzz, 04-21-2024, 04:07 PM
      17 responses
      229 views
      0 likes
      Last Post TradingLoss  
      Started by agclub, 04-21-2024, 08:57 PM
      3 responses
      17 views
      0 likes
      Last Post TradingLoss  
      Working...
      X