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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      94 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      49 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      31 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      35 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      71 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X