Monday, November 6, 2017

Unable to find manifest signing certificate in the certificate store

I got this message, when i move project source code to another machine.
To sole this, remove below tags from .csproj file

<manifestcertificatethumbprint>...</manifestcertificatethumbprint>
<manifestkeyfile>...</manifestkeyfile>
<generatemanifests>...</generatemanifests> 
<signmanifests>...</signmanifests>

TinyMCE Insert/Edit link not editable

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