Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

StreamWriter dll Missing - NT8

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

    StreamWriter dll Missing - NT8

    Dear Support,

    I am converting an indicator that makes use of StreamWriter.dll. I receive error # CS0246 that basically tells me StreamWriter dll is not on the list of Refrences for NT8. Please see errors for lines 311 and 312 in the attached screenshot.

    When I refer to Help section and Sample Codes it seems that NT8 should be including the StreamWiter.dll on list of references.

    I can not locate the StreamWriter.dll to add to the reference list. Would you kindly point me to either the location of the StreamWriter.dll or a solution for the above errors.

    Many Thanks.
    Attached Files

    #2
    Hello aligator,

    Thanks for writing in to our Support team.

    You need to reference the namespace that the StreamWriter class is contained in by including the following using statement in the Using declarations section:

    using System.IO;

    Please let me know if I may be of any further assistance.
    Alan S.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_AlanS View Post
      Hello aligator,

      Thanks for writing in to our Support team.

      You need to reference the namespace that the StreamWriter class is contained in by including the following using statement in the Using declarations section:

      using System.IO;

      Please let me know if I may be of any further assistance.
      Thank you AlanS, that did it.

      Cheers!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, Yesterday, 09:41 PM
      1 response
      19 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, Today, 02:41 AM
      0 responses
      6 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, Yesterday, 11:44 PM
      0 responses
      17 views
      0 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      33 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      32 views
      0 likes
      Last Post CarlTrading  
      Working...
      X