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 stafe, 04-15-2024, 08:34 PM
      7 responses
      31 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by adeelshahzad, Today, 03:54 AM
      4 responses
      29 views
      0 likes
      Last Post adeelshahzad  
      Started by merzo, 06-25-2023, 02:19 AM
      10 responses
      823 views
      1 like
      Last Post NinjaTrader_ChristopherJ  
      Started by frankthearm, Today, 09:08 AM
      5 responses
      17 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by jeronymite, 04-12-2024, 04:26 PM
      3 responses
      43 views
      0 likes
      Last Post jeronymite  
      Working...
      X