Sitecore CMS 6.5 Update-4およびそれ以前のバージョンのCMSは、.NET Framework 4.5をサポートしていません。
.NET Framework 4.5をインストールすると、.NET Framework 4.0が上書きされます。つまり、これら2つのバージョンの.NET Frameworkを同時に実行することはできません。
.NET Framework 4.5がサーバーにインストールされており、かつアプリケーション プールの構成設定で.NET Framework 4.0が選択されているSitecore CMSアプリケーションにログインしようとすると、以下のエラーが発生します。
[ArgumentException]: Object of type 'System.Int32' cannot be converted to type 'System.Web.Security.Cryptography.Purpose'.
System.RuntimeType.TryChangeType(Object value, Binder binder, CultureInfo culture, Boolean needsSpecialCast)
System.Reflection.MethodBase.CheckArguments(Object[] parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig)
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper.Encode(CookieProtection cookieProtection, Byte[] buf, Int32 count)
...