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 Mestor, 03-10-2023, 01:50 AM
      16 responses
      388 views
      0 likes
      Last Post z.franck  
      Started by rtwave, 04-12-2024, 09:30 AM
      4 responses
      31 views
      0 likes
      Last Post rtwave
      by rtwave
       
      Started by yertle, Yesterday, 08:38 AM
      7 responses
      29 views
      0 likes
      Last Post yertle
      by yertle
       
      Started by bmartz, 03-12-2024, 06:12 AM
      2 responses
      22 views
      0 likes
      Last Post bmartz
      by bmartz
       
      Started by funk10101, Today, 12:02 AM
      0 responses
      7 views
      0 likes
      Last Post funk10101  
      Working...
      X