Monday, December 3, 2012

Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive

 Two reasons

1. Application Pool for your site is configured for .NET Framework Version = v2.0.XXXXX .NET 4.
2. .net 4 not installed to your server

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...