Wednesday, June 19, 2013

System.Security.SecurityException when windows service install

You need to run visual studio command prompt as Administrator.

Thanks

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

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