Code Protector Update
Code Protector 3.0.1911
Fri 24 September 2010: New edition of Code Protector and SLP Runtime DLLs, with
1. Simplified Versioning
2. License Administrator GAC Support
To avail of the updates:
Simplified Versioning
In runtime releases prior to 3.0.1909, the SLP Runtime had the separate 'versioned' and 'unversioned' editions of the runtime DLLs.
The new behavior is that a single 'unversioned' set now provides a consistent approach to managing of side by side installations.
See http://support.inishtech.com/FAQ86 for more complete information regarding these changes
License Administrator Global Assembly Cache Support
Runtime releases prior to 3.0.1910:
a) do not deal consistently with runtime DLLs being in the Global Assembly Cache
b) do not support usage of the 'versioned' runtimes
The amended behavior is such that License Administrator should load correctly regardless of whether the DLLs are also present in the GAC.
See http://support.inishtech.com/FAQ122 for more complete information regarding these changes
Feature and Transform attributes
There are two new declarative protection attributes:- [Transform] and [Feature("featureName")] available
(these are aliases for [SLMTransform] - see http://support.inishtech.com/KB13 for further details)