Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

3rd Party Dll Intellisense failure in NinjaScript

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

    3rd Party Dll Intellisense failure in NinjaScript

    I have compiled a simple DLL in VS2008 for .Net 2.0 in C#
    When i add a reference to it in NT in a strategy NinjaScript - it adds fine.

    It doesnt show up in the NinjaScript intellisense though.
    However it will compile.

    I can instantiate the class and use its members.

    Do i have to regsister it in the GAC?

    namespace NinjaTrader.MT
    {
    publicclassLogging
    {
    privateString logName = "";
    publicString LogName
    {
    get
    {
    return logName;
    }
    set { logName = value; }
    }
    }
    }

    #2
    Official reply: Unfortunately intellisense on 3rd party assemblies is not supported.

    However here is a hint: may be you could get it working by having a XML documents file right next to your assembly. Just like NinjaTrader.Custom.dll and NinjaTrader.Custom.xml in <my documents>/NinjaTrader6.5/bin/Custom.

    Also: Please see the comments in the indicator/strategy samples. You should go with the namespace NinjaTrader.Indicator or NinjaTrader.Startegy, anything else may or may not work and would be beyond what we are able to provide support for.

    Comment


      #3
      Thats fine - itellisense is not an issue - just neded to clarify!!! :-)
      i can alwasy use xml as you say - that can be generated by VS2008 documentation


      or create a test harness and copy it iin form there everything will be fine!

      Originally posted by NinjaTrader_Dierk View Post
      Official reply: Unfortunately intellisense on 3rd party assemblies is not supported.

      However here is a hint: may be you could get it working by having a XML documents file right next to your assembly. Just like NinjaTrader.Custom.dll and NinjaTrader.Custom.xml in <my documents>/NinjaTrader6.5/bin/Custom.

      Also: Please see the comments in the indicator/strategy samples. You should go with the namespace NinjaTrader.Indicator or NinjaTrader.Startegy, anything else may or may not work and would be beyond what we are able to provide support for.
      Last edited by tomleeson; 10-04-2009, 11:02 AM.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      596 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      343 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      556 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      554 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X