I want to set in whitch browser will run my WPF browser app. Is it possible? If will I click Debug button, it will start my app in google chrome, but I want to run it in IE, because in Google Chrome i have not xpcom.dll.
EDIT:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you would normally do that by setting the start action. Right click on the start up project in the solution explorer and select properties. Go to the debug tab and under start action there should be an option to start an external program where you could choose your preferred browser and set up the command line arguments appropriately.
Trouble is, I’ve got a feeling this is only available in the full versions of visual studio…maybe you’re using an express edition?