-
Re: Reference not updating
Could you have an older version referenced in 'My Extensions' or located in your Plugins folder?1 · -
Re: Using a license protected library
You could try change from C# Statements to C# Program in the style like void Main() { Licensing.AddSerialNumber("..."); MyCode(); } private void MyCode() { .... } This should mean the licen…1 ·