I’m using the landscape skin for my standard Windows Mobile emulator, Windows Vista and Windows Mobile Device Center. This is important for both just developing applications and your web pages. This is a way to verify your sites render properly on mobile device. My site … does not render correctly.
# re: Getting Network access on the Windows Mobile Emulator nice information now we are able to connect
# re: Getting Network access on the Windows Mobile Emulator Thanks for that Clint, a nice easy set of steps to get connected. Much appreciated.
# re: Getting Network access on the Windows Mobile Emulator This worked wonders for me. I had been trying everything to get it to work. However, after I had closed the emulator, Visual Studio and the WMDC I was, again, unable to connect. I redid all the step here and nothing. Any ideas?
# re: Getting Network access on the Windows Mobile Emulator Thanks, It's bit different for Win XP. Windows Mobile Device Center = MS Active Sync.
# re: Getting Network access on the Windows Mobile Emulator @Matth, without seeing your set up, I don't honestly know.
# re: Getting Network access on the Windows Mobile Emulator Thanks! saved me a lot of time!
# re: Getting Network access on the Windows Mobile Emulator thanks it works raelly fine,
# re: Getting Network access on the Windows Mobile Emulator hi, do you have to install the full virtual pc 2007 software? I would rather just install the required driver, if possible?
# re: Getting Network access on the Windows Mobile Emulator @djc, installing from that link should do it. Not sure if you can do just the driver
# re: Getting Network access on the Windows Mobile Emulator Hi Clint, am developing a mobile application using CF 3.5 and I have installed Windows Mobile 6 SDK on Windows vista machine.I need to consume a web service from my application.I followed the steps illustrated by you. But still I am not able to connect to the service. Currently I am testing it with a service hosted on localhost.But when I try to call a service method, I get HttpWebException saying that "Unable to connect to the remote computer".I have tried with Windows Mobile 6 Classic Emulator and Windows Mobile 6 Professional Emulator but nothing worked.Am I missing anything or there should be anything more to do in my case?I am really stuck with it and your help will be a great relief to me Clint.Thank you in advance.Thanks and regards,Chetan Ranpariya
# re: Getting Network access on the Windows Mobile Emulator @Chetan are you sure you have the web service up when you attempt to test?Do you have a tester application / unit tests that can verify what you're doing in the 6.5 app actually works?
# re: Getting Network access on the Windows Mobile Emulator simple solution. thanks for sharing