c# - 是否可以在 Windows 7 和 Visual Studio 2012 中开发 Windows Mobile 应用程序

标签 c# .net windows windows-mobile

我使用的是 Windows 7 Enterprise 64 位操作系统。计划开发 Windows Mobile 应用程序。 我有 Visual Studio 2012。 是否可以利用这些资源开发 Windows Mobile 应用程序。

最佳答案

无法在 Windows 7 计算机上开发适用于 Windows Phone 8 的应用程序,但您可以在 Windows 7 计算机上开发适用于 Windows Phone 7 的应用程序。有人告诉我,这是因为 Windows Phone 8 SDK 模拟器需要特定的软件和硬件才能运行。

有关详细信息,请参阅 Getting started with Windows Phone DevelopmentSystem requirements for Windows Phone Emulator

关于c# - 是否可以在 Windows 7 和 Visual Studio 2012 中开发 Windows Mobile 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22220236/

相关文章:

c++ - 如何在应用程序通过任务管理器被杀死时保存数据?

c++ - 如何用定时器绘制文字?

windows - 确定给定窗口当前是否正在移动

c# - 使用LINQ,如何将集合聚合为指定类型?

c# - LINQ Select with join 和 optional where

c# - 关于流的一些事

c# - .NET 的基于任务的文件管理引擎

c# - 必应语音识别服务 - SpeechClient 问题 "Audio format could not be parsed."

c# - LINQ - FirstOrDefault() 然后 Select()

c# - 为什么在 try 和 catch 部分都需要初始化 out 参数?