I just installed Courier 2 on our Umbraco 4.5.2 site.
Unfortunately I receive the error below when going to the Courier section.
Normally our license should be ok, but according to the installation
guide, I should fill in the details for it in the Courier section.
This isn't possible because of the error.
The error:
Server Error in '/' Application.
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()'.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
I'm getting the exact same error with Umbraco 4.7 and Courier 2 (and I've never had any other versions of either installed). What was the solution you found to correct this error?
Umbraco Courier 2 crash
Hi,
I just installed Courier 2 on our Umbraco 4.5.2 site.
Unfortunately I receive the error below when going to the Courier section.
Normally our license should be ok, but according to the installation guide, I should fill in the details for it in the Courier section.
This isn't possible because of the error.
The error:
Server Error in '/' Application.
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()'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MissingMethodException: Method not found: 'Umbraco.Licensing.EncryptedLicense Umbraco.Licensing.Validator.get_ValidatedLicense()'.]
Umbraco.Courier.Core.Licensing.InfralutionLicensing.IsLight() in d:\TeamCity6\buildAgent\work\cecf55a7453a4685\Umbraco.Courier.Core\Licensing\InfralutionLicense.cs:100
Umbraco.Courier.UI.Dashboard.CourierDashboard.Page_Load(Object sender, EventArgs e) in d:\TeamCity6\buildAgent\work\cecf55a7453a4685\Umbraco.Courier.UI\Dashboard\CourierDashboard.ascx.cs:19
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3048
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
any ideas?
Best regards,
Gunnar
Problem solved! It was a conflict between Courier 1.3 and 2
Hmm...
I'm getting the exact same error with Umbraco 4.7 and Courier 2 (and I've never had any other versions of either installed). What was the solution you found to correct this error?
Hi Scott,
It is most likely an issue with the umbraco.licensing.dll, which is available on nightly.umbraco.org:
http://nightly.umbraco.org/umbraco.licensing/
Put in /bin to update
/Per
Thanks Per. Followed your instructions and it worked perfectly.
good old our :)
this just solved my issue too
using fresh 4.11.4 installation with contour / concierge & courier added
had the same error message above in the event log and the tree failed to load any nodes on all sections
replacing the licesnsing dll from the nightly linked above solved this problem
is working on a reply...