So ... 3 months after I opened this question, here is the answer. In Visual Studio, open EXE as a new project:
- File β Open β Project / Solution
- Change type to exe file
- Open file c: \ program \ internet explorer \ iexplore.exe
then the public property of the project:
- There is only one tab "General"
- Change debugger type to "Managed v4.0"
What is it. F5 will now work. You can add this EXE project to the solution that contains bho managed and set the EXE project as a startup project.
source share