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 helpwanted, Today, 03:06 AM
      1 response
      12 views
      0 likes
      Last Post sarafuenonly123  
      Started by Brevo, Today, 01:45 AM
      0 responses
      9 views
      0 likes
      Last Post Brevo
      by Brevo
       
      Started by aussugardefender, Today, 01:07 AM
      0 responses
      5 views
      0 likes
      Last Post aussugardefender  
      Started by pvincent, 06-23-2022, 12:53 PM
      14 responses
      242 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Started by TraderG23, 12-08-2023, 07:56 AM
      9 responses
      387 views
      1 like
      Last Post Gavini
      by Gavini
       
      Working...
      X