Friday 20 May 2016

[more] Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

Anyone can get the above error in case of insufficient privileges given over there for resources.
Resources could be any things, operation like File read write and  registry read edit could thrown this error.
Easiest solution is to open the application having administrative rights or perform operation on resources for which permission granted.
In most of the cases its comes with COM component, IIS, SQL server.

Use Run as administrator for application, or else right click > security > add/edit/verify.