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 Javierw.ok, Today, 04:12 PM
      0 responses
      4 views
      0 likes
      Last Post Javierw.ok  
      Started by timmbbo, Today, 08:59 AM
      2 responses
      10 views
      0 likes
      Last Post bltdavid  
      Started by alifarahani, Today, 09:40 AM
      6 responses
      40 views
      0 likes
      Last Post alifarahani  
      Started by Waxavi, Today, 02:10 AM
      1 response
      18 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by Kaledus, Today, 01:29 PM
      5 responses
      15 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X