I'm working on a Download Manager and I'm writing an LSP for browser integration. It works perfectly on every browser except IE.
When I try to communicate with my application process using SendMessage
API, it fails with error 5 (Access Denied). When I try to attach the debugger to iexplore.exe
, Visual Studio shows that this process is running with [low-rights]. What can I do now?
IE uses this process for working with the sockets and I have to be able to communicate with my download manager process.
Asked
Active
Viewed 344 times
3

Javid
- 2,755
- 2
- 33
- 60
-
Hi Javid. It seems that IE 11 broke LSP compatibility as Windows 8 did in Metro. – ppaulojr Apr 21 '14 at 18:03
-
So I gotta write a WSP for that, right? – Javid Apr 22 '14 at 11:29
-
I think so. And that's not an easy task. – ppaulojr Apr 22 '14 at 15:30
-
I suppose it's easier than LSP which I've already written! – Javid Apr 26 '14 at 09:48