简体   繁体   English

是否可以在Visual Studio 2010中创建可与Windows Mobile 6.1设备同步的WPF应用程序?

[英]Is it possible to create a WPF application in Visual Studio 2010 which can sync with Windows Mobile 6.1 devices?

I'm looking into creating a desktop and mobile app which can work together and sync data between each other using a local sql database on the phone and an sql database on the desktop (or possibly elsewhere). 我正在研究创建一个桌面和移动应用程序,它们可以一起工作,并使用手机上的本地sql数据库和桌面上(或可能是其他地方)的sql数据库在彼此之间同步数据。

Is it possible to do such a thing using Visual Studio 2010 for the desktop app and simply using Visual Studio 2008 for the mobile app (since I can't use 2010 for Windows mobile 6.1) or would there be unforseen issues I may run up against? 是否可以使用Visual Studio 2010为桌面应用程序执行此类操作,并将Visual Studio 2008用于移动应用程序(因为我无法使用2010 for Windows mobile 6.1),或者是否存在我可能遇到的不可预见的问题?

Yes. 是。 Even if Visual Studio 2010 cannot talk directly to a Windows Mobile device, your application can. 即使Visual Studio 2010无法直接与Windows Mobile设备通信,您的应用程序也可以。 You will need the ActiveSync/WMDC API which will give you the Microsoft.SmartDevice.Connectivity assembly. 您将需要ActiveSync / WMDC API,它将为您提供Microsoft.SmartDevice.Connectivity程序集。

see: http://msdn.microsoft.com/en-us/library/bb384093.aspx 请参阅: http//msdn.microsoft.com/en-us/library/bb384093.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2010 WPF - Visual studio 2010 WPF 是否可以使用WPF创建移动应用程序? - Is it possible to create mobile application using WPF? 如何使Visual Studio 2010的“添加用户控件”创建WPF控件? - How can I make Visual Studio 2010's “Add User Control” create a WPF control? 断言在C#WPF应用程序的Visual Studio 2010中不起作用 - Asserts not working in Visual Studio 2010 in a C# WPF application 如何在Visual Studio 2010 WPF应用程序中生成水晶报表? - How to Generate crystal report in visual studio 2010 WPF application? Visual Studio 2010资源(WPF) - Visual Studio 2010 Resources (WPF) 检测WPF应用程序是否正在运行或在Visual Studio Windows Visualizer中 - Detect if WPF application is running or in Visual Studio windows visualizer 我可以在我的应用程序中托管Visual Studio 2010编辑器吗? - Can I host the Visual Studio 2010 editor in my application? 在Windows 10上使用Visual Studio 2017在WPF应用中创建功能区 - Create Ribbon in WPF App with with Visual Studio 2017 on Windows 10 如何在visual studio express 2010中创建安装程序(msi)? - How can I create an installer (msi) in visual studio express 2010?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM