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 rocketman7, Today, 02:12 AM
      1 response
      16 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by briansaul, Today, 05:31 AM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by PaulMohn, Today, 03:49 AM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by frslvr, 04-11-2024, 07:26 AM
      6 responses
      106 views
      1 like
      Last Post NinjaTrader_BrandonH  
      Started by trilliantrader, 04-18-2024, 08:16 AM
      6 responses
      26 views
      0 likes
      Last Post trilliantrader  
      Working...
      X