Rob Nicholson
Rob Nicholson

Reputation: 1982

Use Microsoft Edge browser with Visual Studio 2013

How do you configure VS2013 to use the Edge browser on Windows 10? It currently says "Pick Application" in the run button which then launches IE11.

I'd have thought finding the executable would be an option but that doesn't appear that easy with Edge. If one looks at the properties of Edge when running, it's called "Microsoft.MicrosoftEdge_8wekyb3d8bbwe" - that doesn't look that permanent to me.

Upvotes: 2

Views: 5028

Answers (2)

Antón Molleda
Antón Molleda

Reputation: 684

You can use the MicrosoftEdgeLauncher, an open source project we've made public specifically for this kind of scenario.

Upvotes: 3

Rami Sarieddine
Rami Sarieddine

Reputation: 5432

You will need the Windows 10 SDK and ideally Visual Studio 2015

Upvotes: 3

Related Questions