Umbraco.Licensing.EncryptedLicense error after upgrading
I've just upgraded Umbraco to 4.7.1. and Contour to the latest too...
When clicking a user in "Contour Security" I get this error:
Method not found: 'Umbraco.Licensing.EncryptedLicense Umbraco.Licensing.Validator.get_ValidatedLicense()'.
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.MissingMethodException:
Method not found: 'Umbraco.Licensing.EncryptedLicense
Umbraco.Licensing.Validator.get_ValidatedLicense()'.
Umbraco.Licensing.EncryptedLicense error after upgrading
I've just upgraded Umbraco to 4.7.1. and Contour to the latest too...
When clicking a user in "Contour Security" I get this error:
Method not found: 'Umbraco.Licensing.EncryptedLicense Umbraco.Licensing.Validator.get_ValidatedLicense()'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.MissingMethodException: Method not found: 'Umbraco.Licensing.EncryptedLicense Umbraco.Licensing.Validator.get_ValidatedLicense()'.
Comment author was deleted
Could you try upgrading the licensing assembly: http://nightly.umbraco.org/umbraco.licensing/
Thanks again! That did the trick... still learning here...
is working on a reply...