user310291
user310291

Reputation: 38190

How to launch silverlight with IE in Visual Studio while Google Chrome stays default for usual browsing

I cannot debug silverlight with Google Chrome. I don't want to change default browser to IE for my normal internet browsing.

How to only ask to run IE when running a silverlight project in Visual Studio ?

Upvotes: 4

Views: 3096

Answers (3)

Bala
Bala

Reputation: 11

Right Click on ClientBin it is in your Projectweb.and change the default browser or remove the un wanted browser then click ok. Thats it.

or

ProjectWeb->Browse with->change the default browser->ok

Upvotes: 1

MiloDC
MiloDC

Reputation: 2415

Or, just install the IETab extension for Chrome, then set it to automatically run the Silverlight page in IE mode.

https://chrome.google.com/webstore/detail/ie-tab/hehijbfgiekmjfkfjpbkbammjbdenadd

Upvotes: 0

Rus
Rus

Reputation: 1827

In Visual Studio you can specify the browser to use when running a web project. Right click on the start webpage in your web project and click on the Browse With option.

In the dialog that appears click on Chrome and set it to default.

This will not change you default browser in Windows.

Upvotes: 7

Related Questions