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 junkone, Today, 11:37 AM
      2 responses
      14 views
      0 likes
      Last Post junkone
      by junkone
       
      Started by frankthearm, Yesterday, 09:08 AM
      12 responses
      43 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by quantismo, 04-17-2024, 05:13 PM
      5 responses
      35 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by proptrade13, Today, 11:06 AM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by love2code2trade, 04-17-2024, 01:45 PM
      4 responses
      35 views
      0 likes
      Last Post love2code2trade  
      Working...
      X