Unanswered How to change default search provider in IE-9?

All Replies

  • Thursday, August 04, 2011 8:58 AM
    Moderator
     
     

    Hi,

    I recommend you post this issue to our Connect feedback portal. Our developer will evaluate them seriously and take them into consideration when designing future release or service pack of the Visual Studio. Thanks for your understanding.

     

    Best Regards,

    Rob

     

     


    Rob Pan [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Thursday, November 17, 2011 7:09 PM
     
     

    I ran into the same problem. After much tinkering, I figured out specifying the /O1 or /O2 or /Ox compile options caused the SetDefault call to fail with that error. Try removing those optimzation flags and see if it helps.

    Cheers

    Jake


  • Tuesday, April 03, 2012 12:42 AM
     
     

    I have the exact same problem!  

    IE does not even ask for the user's permission to add the search provider, it just adds it no questions asked.

    And then when I try to setDefault IE crashes even if I wrap the call in a try/catch.

    Whats up with this?

    Also I am not setting any compile flags so I know that's not it.
    • Edited by EricStob Tuesday, April 03, 2012 12:45 AM
    • Edited by EricStob Tuesday, April 03, 2012 12:53 AM
    •  
  • Tuesday, April 03, 2012 12:47 AM
     
     
    @Rob Pan IOpenService is not a feature of Visual Studio, it is a feature of Internet Explorer.
  • Tuesday, April 03, 2012 12:49 AM
     
     
    I guess I will add the search provider through the DOM instead of through COM.  (though COM is supposed to be the blessed way?)