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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      307 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      199 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      186 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      275 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      229 views
      0 likes
      Last Post CarlTrading  
      Working...
      X