Hi,
I’ve developed an add-on that creates a new window - I exported the addon into an assembly, like myaddon_0.0.1.
When I save the workspace, it saves the details of the window, but without the version in the assembly name, something like:
<Class Assembly="myaddon">NinjaTrader.NinjaScript.AddOns.MyAddonWindow</Class>
So when I reload the workspace it doesn’t find the assembly and the window is not loading.
I tried to manually edit the worspace and add the version, and it opened without any problem.
Can you please advice how to fix this problem and how to export it in a way that it will be loaded from the workspace file?
Thanks!!