I’m working on a Windows Mobile 6.5 application that uses a SQL compact database that I want to copy from the emulator back to the host. How can you access the emulator files directly from the host?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest mechanism is to configure the emulator to share a desktop folder.
Another option for just copying the file is to launch the Remote File Viewer, which is on your Start menu under Visual Studio 2008 -> Visual Studio 2008 Remote Tools. That can connect to the emulator and pull down files manually.