Switch BHO's target Browser version in Visual Studio 2010

Add-in Express™ Support Service
That's what is more important than anything else

Switch BHO's target Browser version in Visual Studio 2010
Hi, I started the project targeting IE8 and need to switch it to IE9 
George Kierstein




Posts: 47
Joined: 2013-05-04
I've look all over the various places that settings can be squirreled away in a project but haven't found where the target browser version is specified.

I need to change if from IE8 to IE9 - How do I go about doing this?
Posted 10 Jul, 2013 21:17:54 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hello George,

Actually, you don't specify the target IE version. What you specify is an IE version interops of which you use in your IE add-on. And the fact is: whatever interop version you specify, your add-on will be loaded by ALL IE versions.

If you need to use interops for another IE version, you can just replace interop files in your project with corresponding files from {Add-in Express}\Redistributables\Interop Assemblies\.


Andrei Smolin
Add-in Express Team Leader
Posted 11 Jul, 2013 04:29:55 Top
George Kierstein




Posts: 47
Joined: 2013-05-04
Great, thanks!
Posted 11 Jul, 2013 21:58:45 Top