Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Access to System.Data

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

    Access to System.Data

    I'm looking to get access to the classes in System.Data but it doesn't seem to be available. Doesn't pop up with Intellisense and doesn't compile.
    I'm trying to include in the code:

    using System.Data;

    -thanks

    #2
    I believe you would need a reference to the System.Data.Dll in your NinjaScript editor, too to compile and access this.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      thanks - it compiles without error now but Intellisense isn't recognizing it. Can you point me the right direction to fix this?

      - thanks

      Comment


        #4
        Unfortunately not, I'm not aware of a way to add this to what IntelliSense would offer you...
        BertrandNinjaTrader Customer Service

        Comment


          #5
          I'm having the same issue. I've brought in my using directives
          using System.Data.SqlClient;
          using System.Data;
          and I compile sucessfully, but shouldn't I be seeing the classes and methods from these two namespaces within the NT editor (i.e. Datsets,DataAdapters,SqlDataAdapter etc).If not, is there a recommended workflow that I can use VS2008 as my default editor? I realize I can debug with VS, but can I itegrate it with NT as my main editor by adding references or ???
          tx
          Devon

          Comment


            #6
            Devon,

            Unfortunately you are working in an area outside the scope of what we can offer support for. I would imagine you should be able to see the methods once you have compiled. VS is unfortunately not supported for integration.
            Josh P.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by ghoul, Today, 06:02 PM
            1 response
            10 views
            0 likes
            Last Post NinjaTrader_Manfred  
            Started by jeronymite, 04-12-2024, 04:26 PM
            3 responses
            44 views
            0 likes
            Last Post jeronymite  
            Started by Barry Milan, Yesterday, 10:35 PM
            7 responses
            20 views
            0 likes
            Last Post NinjaTrader_Manfred  
            Started by AttiM, 02-14-2024, 05:20 PM
            10 responses
            179 views
            0 likes
            Last Post jeronymite  
            Started by DanielSanMartin, Yesterday, 02:37 PM
            2 responses
            13 views
            0 likes
            Last Post DanielSanMartin  
            Working...
            X