0
votes
1answer
30 views

Calling selfhosted WCF service from Windows Phone 8 Emulator

My selfhosted WCF wervice works fine with any browser on the domain, and also with a WinForm client. In a Windows Phone 8 app I can create Service References OK. Trying to consume the service from ...
0
votes
2answers
87 views

no internet on windows phone 8 emulator

I have installed windows phone 8 SDK and tried running a simple app which embeds a WebBrowser on a page. When I try to run the app in emulator the emulator does not get internet connection. It ...
0
votes
0answers
141 views

How to kill Windows Phone 8 emulator Hyper-V vmwp.exe process?

After originally installing the Windows Phone 8 SDK with Visual Studio 2012, I have been able to run the emulator successfully (actually, I originally had some problems because I had Virtual Box ...
3
votes
1answer
631 views

Windows Phone Emulator requires missing Hyper-V

I'm beginner in Windows Phone 8, I installed Windows Phone 8 SDK and when I started the emulator I had this error message "The Windows Phone Emulator requires Hyper-V. Your PC is missing the ...
1
vote
2answers
478 views

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 ...
0
votes
1answer
129 views

Emulator is turning off my ethernet connection

I am learning windows phone programming, when I run emulator it turns off ethernet connection on my laptop, but wifi still works. How to fix it? May be it is Hyper-V trouble? Ethernet controller: ...
2
votes
1answer
334 views

Internet Connection in Windows Phone 8 emulator

Please help me with this. I want to run my windows phone 8 emulator by enabling Internet connection in both the host machine and the emulator. When i searched for enabling Internet connection, i ...
1
vote
1answer
691 views

Windows Phone 8 Emulator - Not Working

I run Win 8 Pro, with VS 2012 Ultimate and I installed Windows Phone 8 SDK. The Win 8 is installed directly on an SSD drive. System details: CPU: Intel i7-3930K CPU @ 3.20GHz RAM: 32GB Hyper-V ...
0
votes
1answer
741 views

Hyper V security permission error with Windows Phone 8 emulator

I'm having trouble when booting up the Windows Phone 8 emulator. I'm seeing the following message http://i.stack.imgur.com/bHqGT.png I followed the guide on the Windows Phone Emulator ...
1
vote
2answers
2k views

Windows Phone 8 emulator doesn't show the actual state of its OS

Problem: When I start Windows Phone 8 emulator it launches a virtual machine in Hyper-V. After a few minutes Windows Phone OS gets loaded (I can connect to it through Hyper-V manager (it's ...
0
votes
1answer
470 views

Windows Phone 8 Hyper-V Virtual Machine Remote Debugging

I wanted to keep VS2012 Windows Phone 8 development within a Hyper-V Win8 VM. In this context I'm getting stuck with the issue of "stacked Hyper-V" - I cannot find a way to run Hyper-V Windows Phone 8 ...
0
votes
2answers
1k views

Hypervisor Issue WP8 Emulator

after trying to start my first WP8 App I got an error saying that it could not create a virtual switch. So went to my BIOS and made sure all options are set according to the microsoft article about ...
0
votes
1answer
666 views

Is it possible to use Windows Phone 8 Emulator outside of current PC

I've installed Windows 8 as guest in Hyper-V VM. Tried to launch WP8 emulator and failed. So I have a question: Is it possible to reuse WP8 emulators in host system to develop inside virtual machine? ...
0
votes
2answers
697 views

WP8 emulator stopped working

Ok so I was working fine with the WP8 emulator but suddenly after going into Hyper-V manager it stopped working, didn't make any change and even deleted the virtual machine to be created again on ...
0
votes
0answers
450 views

windows phone 8 on remote hyper-v server [closed]

I downloaded the new SDK and installed on my Windows 8 instance on my dedicated Hyper-V Server. When I start the emulator I receive an error. And after some searching and reading I realised that ...
20
votes
6answers
10k views

Windows Phone 8 emulator can't connect to the internet

I have Windows 8 installed inside of an emulator, and the new WP8 SDK installed on it. My problem is that the emulator can't connect to the internet. I don't have any proxy, and even disabled the ...
6
votes
3answers
1k views

How can you use Fiddler (or equivalent) with the emulator in the Windows Phone 8 SDK when on a domain/network that uses IPSEC?

Now that the WP8 Emulator is based on Hyper-V, the old method of using Fiddler to intercept network traffic doesn't work if the network uses IPSEC. Is there a way to use Fiddler and a WP8 emulator in ...