You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When linking a command via Options->License Header Manager->General, the new command requires a restart in order to work. Unfortunately, the new serialization properties do not call the LinkedCommand setter, preventing the registration of required events from happening. The apparent solution is to simply make sure the setter of LinkedCommand is called by LinkedCommandSerialized.
The text was updated successfully, but these errors were encountered:
When linking a command via
Options->License Header Manager->General
, the new command requires a restart in order to work. Unfortunately, the new serialization properties do not call theLinkedCommand
setter, preventing the registration of required events from happening. The apparent solution is to simply make sure the setter ofLinkedCommand
is called byLinkedCommandSerialized
.The text was updated successfully, but these errors were encountered: