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