惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
小众软件
小众软件
D
Docker
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
V2EX
博客园 - 叶小钗
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
IT之家
IT之家
博客园 - 司徒正美
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog

博客园 - Joey Liang

[译稿]微软过去30年做对了5件事_Microsoft 微软_cnBeta.COM Galin Iliev [Galcho] Blog! - Rule "Previous releases of Microsoft Visual Studio 2008" failed - Joey Liang The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) - Powered By Kayako SupportSuite - Joey Liang 随笔 文章 新闻 日记 有啥区别~ - 博问 - 博客园社区 Save (Not Permitted) Dialog Box yongwnet - 博客园 笔记:编程的一些建议 - 时间伙伴 - 博客园 编译原理学习导论 - ★★★TINYUE的专栏★★★ - CSDNBlog 编译原理学习指导 - ★★★TINYUE的专栏★★★ - CSDNBlog System.Data.SqlServerCE load problem - MSDN Forums A nice gift from SQL Server 2005 SP2 to sync developers(转自http://blogs.msdn.com/synchronizer/default.aspx) - 江南白衣 - 博客园 微软一年从中国挣走8亿美金 - 老杳 - 网易博客 UIP Forums (Logged in as: v-yilian) 一份比较详细的DOS命令说明! (上)_小不 FIX: Error message when you try to install a large Windows Installer package or a large Windows Installer patch package in Windows Server 2003 or in Windows XP: "Error 1718. File was rejected by digital signature policy" MSI Silent Mode Installations for InstallScript MSI Projects HTC Home with 5/6 tabs on ELF [Archive] - xda-developers How to sync all tasks information from desktop to device in Windows Mobile 5 Test Embedded : CE 6.0 - why the codename "Yamazaki" ?
Connect WM5 emulator to the network
Joey Liang · 2008-05-26 · via 博客园 - Joey Liang

Connect WM5 emulator to the network

Windows Mobile is not so easy with setting up a network connections. Recently I tried to use the Windows Mobile 5 emulator that ships with Visual Studio 2005. A .NET Compact Framework application on this device has to connect to a ASP.NET web service that runs on my desktop machine. For this, I needed a TCP/IP network connection between the emulated device and my host machine. This is possible, but requires some special steps.

This are the steps I performed to setup the connection:

  • Download and Install Virtual PC 2007. This installs a network component which is necessary for the emulator to access the network;
  • Start the Pocket PC emulator with Windows Mobile;

ppcemulator1

  • Click File, Configure...;
  • Switch to the Network tab;
  • Check the Enable NE2000 PCMCIA network adapter and bind to checkbox and select your network adapter from the list;
  • Click OK;

Note: If you didn't install Virtual PC 2007 you might receive an error message.

EmulatorProperties

  • In Windows Mobile, Tap Start, Settings;
  • Switch to the Connections tab;
  • Tap the Network cards;
  • Below 'My network card connects to', select The Internet;
  • Tap ok;
  • In the Settings window, tap Connections;
  • Switch to the Advanced tab;
  • Tap the Select Networks button;
  • Select two times My Work Network;

NetworkManagement

  • Tap ok;
  • Soft-reset the device by clicking File, Reset, Soft

After the emulated device is booted, it should get an IP-address from your network's DHCP-server.

Hope this helps,

Connect WM5 emulator to the network