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 CortexZenUSA, Today, 12:53 AM
    0 responses
    1 view
    0 likes
    Last Post CortexZenUSA  
    Started by CortexZenUSA, Today, 12:46 AM
    0 responses
    1 view
    0 likes
    Last Post CortexZenUSA  
    Started by usazencortex, Today, 12:43 AM
    0 responses
    5 views
    0 likes
    Last Post usazencortex  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    168 responses
    2,265 views
    0 likes
    Last Post sidlercom80  
    Started by Barry Milan, Yesterday, 10:35 PM
    3 responses
    11 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X