Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone 8 Emulator- Deployment Error

I am using Visual Studio 2012 in Windows 8. I have set up Windows Phone 8 sdk and everything was working fine until I made some changes to network settings. First I was unable to connect to internet through the emulator. But I managed to set up internet connectivity by sharing the physical connection with my USB modem. However now I'm having problems in launching the emulator which has been working absolutely fine before. When I run the emulator separately (via Hyper-V manager) everything is okay and I can connect to internet but the problem is when I launch the emulator from Visual Studio 2012.

enter image description here

enter image description here

A related question can be found here [1] but the answer is not what I am looking for. Is there a way to fix this issue without running the emulator on a virtual machine?

Thanks

1 Windows Phone 8 Emulator Deployment Issue with Internet

like image 529
Tharindu Rusira Avatar asked Feb 22 '13 04:02

Tharindu Rusira


1 Answers

When I ran into this it was caused by my anti-virus software. Specifically, the 'AVG network filter driver' was enabled for the Hyper-V virtual adapter. Unchecking this option fixed the problem for me.

Interference from other virtualization or networking software and drivers outlines specifically which items should be checked for the virtual adapter.

like image 51
Tony I Avatar answered Oct 17 '22 02:10

Tony I