Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Reflection error

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

    Reflection error

    Hello,

    I added to a perfectly working strategy the assembly

    using System.Timers;

    The strategy is still working fine but as soon as I run or stop the strategy from
    Strategy TAB
    I see this error:
    Failed to execute DB job" StrategyUpdateJob" reflection error type "NinjaTrader.MyVercRT" etc etc (please see attached image)

    How to eliminate this error?
    Thanks
    Attached Files
    Last edited by gbulle; 06-03-2014, 05:49 AM.

    #2
    Hello Gbulle,

    Please send me your log and trace files for today so that I may look into what occurred.

    You can do this by going to the Control Center-> Help-> Mail to Support.

    Please reference this thread in the body of the email and put ATTN Cal in the subject.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Thank you,,,
      I fixed the error!!

      Before:
      using System.Timers;
      ...
      public Timer timer = new Timer();

      After:
      using System.Timers;
      ...
      private Timer timer = new Timer();

      so I fixed the issue changing public to private

      TX

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      147 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      71 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      125 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      79 views
      0 likes
      Last Post PaulMohn  
      Working...
      X