November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Apr 25, 2017
May 29, 2017
Closed, Duplicate
After installing LIMO addon with CMS 10.9.0 pre, error is thrown.
Server Error in '/' Application.
Value cannot be null or empty.
Parameter name: linkText
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.ArgumentException: Value cannot be null or empty.
Parameter name: linkText
Source Error:
Line 23: @if(Model.Layout.LoggedIn)
Line 24: {
Line 25: @Html.ActionLink(Html.Translate("/footer/logout"), "Logout", new
)
Line 26: }
Line 27: else
Source File: c:\EPiServer\LIMO\LIMO\Views\Shared\Footer.cshtml Line: 25