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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      152 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      89 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      131 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      127 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      107 views
      0 likes
      Last Post CarlTrading  
      Working...
      X