Then I want to export the AddOn, as `dll` compiled. but when importing it on another Ninja, the `xaml` file is not found.
What is correct/easy way to embed & transfer `.xaml` within .dll?
and what is example of reading the xaml in ninjascript later (because `File.ReadAllText("c:/..ninjatrader/addons/xyz/WindowContent.xaml"`) will not work).
i tried to embed that XAML as literal string within ninjascript itself, but you know, then you are not able to visually edit/work with XAML in VISUAL STUDIO.

Comment