Monday, August 20, 2012

A generic error occurred in gdi+

You can not save the same bitmap which is being used by other process. So rename it and then try to save

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...