Reputation: 29
I am developing mobile application in Microsoft Visual Studio 2008. I connect to my computer via remote desktop and my operating system is Windows Server 2012 R2. In order to test the application, I use mobile device emulator. I can run device emulator but there occurs a problem when I try to cradle the device. I found out that this is because wmdc cannot run via remote desktop. Is there any way to run wmdc via remote desktop? I searched other topics but there is no solution to this.
Note : WMDC works when I directly use the computer not with remote desktop.
Upvotes: 1
Views: 2317
Reputation: 15
The Windows Mobile device center fails to connect to the Microsoft emulator when one tries to access it via RDP
. But it works fine when used via VNC
. Install VNC
software such as TightVNC on your server and also on your computer. Configure the TightVNC
. From your computer try to connect to the emulator running on the server via TightVNC client
. It just works fine.
Upvotes: 1