简体   繁体   中英

How Can I access File from Windows CE mobile to my desktop application?

我想从windows ce mobile访问.sdf文件到我在C#中的桌面应用程序。如何从windows CE mobile访问.sdf文件。如何找到存储在windows ce mobile中的sdf路径。

There is microsoft article about that: http://support.microsoft.com/kb/307256 . It uses RemotePAI to access your device.

Here is some similar example : http://christian-helle.blogspot.com/2007/06/copying-files-from-device-to-desktop.html

I hope this helps.

A connected device does not have a local path. The "My Device" you see in Explorer is just a trick of a shell extension. To get device files, you have to use RAPI. There's a .NET wrapper for it here .

you can use RAPI to access your sdf file. but it's very trick to access from pc to mobile device. it's better to move your sdf file from mobile to pc and use that file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM