Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Visual Studio 2008 VB.NET 开发应用程序,它在 Window XP SP3 中运行良好。是否可以在装有 Window CE 6.0 的移动设备上运行此应用程序?
该应用程序不会直接在 Windows CE 上运行,不会。由于您使用的是 Studio 2008,因此请从新建项目向导创建一个新的智能设备项目并导入您现有的代码库。
由于您是从桌面项目开始的,因此代码不太可能按原样编译,但是,根据您使用的具体功能,您很有可能能够修改您必须为两者编译的内容紧凑框架 (CF) 和完整框架。