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

推荐订阅源

Hacker News - Newest:
Hacker News - Newest: "LLM"
Project Zero
Project Zero
The Hacker News
The Hacker News
博客园 - Franky
博客园_首页
云风的 BLOG
云风的 BLOG
T
Tenable Blog
腾讯CDC
量子位
大猫的无限游戏
大猫的无限游戏
Cyberwarzone
Cyberwarzone
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
B
Blog
C
Cybersecurity and Infrastructure Security Agency CISA
宝玉的分享
宝玉的分享
T
The Blog of Author Tim Ferriss
P
Privacy & Cybersecurity Law Blog
小众软件
小众软件
Vercel News
Vercel News
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
G
Google Developers Blog
Security Latest
Security Latest
I
Intezer
C
Cyber Attacks, Cyber Crime and Cyber Security
阮一峰的网络日志
阮一峰的网络日志
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
A
Arctic Wolf
Microsoft Security Blog
Microsoft Security Blog
O
OpenAI News
AWS News Blog
AWS News Blog
WordPress大学
WordPress大学
MongoDB | Blog
MongoDB | Blog
C
Cisco Blogs
T
Tor Project blog
博客园 - 【当耐特】
有赞技术团队
有赞技术团队
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
J
Java Code Geeks
D
Docker
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
News and Events Feed by Topic
Hacker News: Ask HN
Hacker News: Ask HN
Help Net Security
Help Net Security

博客园 - 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