Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 在Windows 7上为Windows CE 6开发_C#_Visual Studio 2008_Emulation_Windows Ce - Fatal编程技术网

C# 在Windows 7上为Windows CE 6开发

C# 在Windows 7上为Windows CE 6开发,c#,visual-studio-2008,emulation,windows-ce,C#,Visual Studio 2008,Emulation,Windows Ce,我正在尝试为WindowsCE6设备开发一个应用程序。我在Windows 7上使用Visual Studio 2008,能够创建智能设备应用程序,但当我尝试运行它以查看其是否有效时,我得到: 错误1 ActiveSync引导初始化失败。请连接/挂接真实设备,或从设备连接组件下载用户级Windows Mobile device Center应用程序 跟随链接只会将我带到Windows Mobile站点,我无法连接实际设备,因为我没有正确的电缆。我的电脑上已经安装了Windows Mobile设备中

我正在尝试为WindowsCE6设备开发一个应用程序。我在Windows 7上使用Visual Studio 2008,能够创建智能设备应用程序,但当我尝试运行它以查看其是否有效时,我得到:

错误1 ActiveSync引导初始化失败。请连接/挂接真实设备,或从设备连接组件下载用户级Windows Mobile device Center应用程序

跟随链接只会将我带到Windows Mobile站点,我无法连接实际设备,因为我没有正确的电缆。我的电脑上已经安装了Windows Mobile设备中心

请帮忙,我真的需要把这个整理好,因为我快到最后期限了

编辑


否则,Pocket PC应用程序是否可以在Windows CE设备上工作?

我使用CE 6.0目标设备和64位开发PC进行了大量开发,因此它绝对受支持。您如何连接到设备?不需要WMDC(如果目标公司有任何类型的以太网,我强烈建议不惜一切代价避免使用WMDC)。您应该先在CE设备上运行ConManClient2.exe,然后再运行CMAccept.exe,并以这种方式连接。

谢谢您的回答。我没有用于该设备的电缆,所以我尝试通过Visual Studio内置的模拟器运行它(如果可能的话)?结果表明,我的诺基亚Lumia电缆可以与之配合使用,因此我现在可以通过USB将其连接到我的PC。当我尝试运行它时,我得到错误“连接到设备失败”。如果您坚持使用USB,您可以尝试手动运行ActiveCync设备侧块(cemgrc.exe)。WMDC是否表示设备已连接?如果不是,Studio就不会建立这种联系。