Hi Andrew,
I wonder if you used assemblies from C:\Program Files (x86)\AlterNET Software\AlterNET Studio v.7\Bin\ folder in .NET 6 application? These libraries are built for 4.6.1 .NET Framework, so they might cause issue with licensing if used in .NET Core/.NET 6 applications (as licx mechanism seems to be obsolete in .NET Core)
I would suggest to use our multi-target packages instead - please refer to the complete list of these package here:
https://www.nuget.org/profiles/Alternet
As an example, Alternet.Studio.Editor.WindowsForms package contains Code Editor WinForms libraries build for .net 5, which .net 6 application will use instead of ones built for 4.6.1 Framework.
Let me know if this works for you.
These packages will support .NET 6 target in the coming update (version 8).
Karol, we’ve seen issue with get_ContextMenu only in situation when assemblies from different version were mixed (say if AlterNET.Editor.v7.dll was of version 7.2, but Alternet.Common.v7.dll was of version 7.0). If you could upload your cut-down version of your project where this issue can be reproduced (with Bin folder), we will be able to have a closer look at it.
Kind regards,
Dmitry