Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

compile error, AddOnBase missing!

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

    compile error, AddOnBase missing!

    Hello,
    I suddenlyI get compile errors at many of my addons (I have not touched them for a long time, and they have been compiled without any problems). To test the problem I created a new addon by use of the wizard, and that one do not compile. The compiler cannot find AddOnBase.

    This is the auto-generated addon that do not compile:

    namespace NinjaTrader.NinjaScript.AddOns
    {
    public class MyCustomAddOn : NinjaTrader.NinjaScript.AddOnBase
    {
    protected override void OnStateChange()
    {
    if (State == State.SetDefaults)
    {
    Description = @"Enter the description for your new custom Add on here.";
    Name = "MyCustomAddOn";
    }
    else if (State == State.Configure)
    {
    }
    }
    }
    }

    I guess this is a simple error, but anyway I cannot find the solution.

    Regards, Andbro

    #2
    Hi Andbro,

    I would recommend running the repair from the installer in case any system files were accidently deleted.



    If you still get compile errors, please include a screenshot of the error messages with the Error column fully expanded so that we may read the full error message.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello ChelseaB, thank you for your reply. This problem was probably bigger than I expected. I did your advice, and started with a repair but that did not help. I had to reinstall NT, and now it is working. I have no idea how the file could disappear … anyway NT is working now.

      Have a nice day. /AndBro

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Karado58, 11-26-2012, 02:57 PM
      8 responses
      14,825 views
      0 likes
      Last Post Option Whisperer  
      Started by Option Whisperer, Today, 09:05 AM
      0 responses
      1 view
      0 likes
      Last Post Option Whisperer  
      Started by cre8able, Yesterday, 01:16 PM
      3 responses
      11 views
      0 likes
      Last Post cre8able  
      Started by Harry, 05-02-2018, 01:54 PM
      10 responses
      3,203 views
      0 likes
      Last Post tharton3  
      Started by ChartTourist, Today, 08:22 AM
      0 responses
      6 views
      0 likes
      Last Post ChartTourist  
      Working...
      X