Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Need help building simple Addon

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

    Need help building simple Addon

    I am trying to build a simple addon to reset all simulation accounts but I keep receiving this error when debugging with visual studio. I've racked my brain, Maybe someone smarter than me can look at my code.

    System.Windows.Markup.XamlParseException
    HResult=0x80131501
    Message='Failed to create a 'Click' from the text 'btnResetYes_Click'.' Line number '21' and line position '141'.
    Source=PresentationFramework
    StackTrace:
    at System.Windows.Markup.XamlReader.RewrapException(E xception e, IXamlLineInfo lineInfo, Uri baseUri)
    at System.Windows.Markup.WpfXamlLoader.Load(XamlReade r xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
    at System.Windows.Markup.WpfXamlLoader.Load(XamlReade r xamlReader, Boolean skipJournaledProperties, Uri baseUri)
    at System.Windows.Markup.XamlReader.Load(XamlReader xamlReader, ParserContext parserContext)
    at System.Windows.Markup.XamlReader.Load(XmlReader reader, ParserContext parserContext, XamlParseMode parseMode)
    at System.Windows.Markup.XamlReader.Load(Stream stream, ParserContext parserContext)
    at NinjaTrader.Custom.AddOns.ResetAllSimAccounts.Rese tAllSimAccountsWindow.LoadXaml() in ..................8\bin\Custom\AddOns\ResetAllSimA ccounts.cs:line 129

    Inner Exception 1:
    ArgumentException: Cannot bind to the target method because its signature or security transparency is not compatible with that of the delegate type.
    Attached Files

    #2
    Hello cutzpr,

    The xaml files are not generated by visual studio and visual studio is not auto-generating cs code when editing the xaml behind the scenes this way.

    You will need to add the click event handler to the buttons click event from the code of the script.

    Below is a link to an example.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    598 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    343 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    556 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    555 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X