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

How to instance new Objects from .DLL

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

    How to instance new Objects from .DLL

    Hi, admins!

    After creating in C# my own Class library with Framework 4.5, compiling it with VisualStudio, linking the .DLL file from an NT8 strategy using "References", and defining the namespace in the strategy, I am not able to instantiate an object from the new type of my library.

    Whenever I try, I get the following error: "System.NullReferenceException: Object reference not set to an instance of an object." and then NT8 closes without being able to reopen it. The only solution to reopen NT8 is to replace a fresh copy of the file NinjaTrader.Custom.dll

    When I do the same operation from an AddOn, I get it perfectly. I'm frustrated and I do not understand the difference. What can I miss?

    Thank you very much in advance.
    Last edited by ccruells; 07-02-2018, 06:57 PM.

    #2
    SOLVED!!

    It was important to put the .DLL file in C:\Users\xxxxxx\Documents\NinjaTrader 8\bin\Custom\ directory , reference it from Strartegy after that, and finally to restart NT8.

    Regards!

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by DJ888, 04-16-2024, 06:09 PM
    4 responses
    12 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by terofs, Today, 04:18 PM
    0 responses
    6 views
    0 likes
    Last Post terofs
    by terofs
     
    Started by nandhumca, Today, 03:41 PM
    0 responses
    5 views
    0 likes
    Last Post nandhumca  
    Started by The_Sec, Today, 03:37 PM
    0 responses
    3 views
    0 likes
    Last Post The_Sec
    by The_Sec
     
    Started by GwFutures1988, Today, 02:48 PM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Working...
    X