Emulator question: Putting files in the emulators 'My Documents' folder ??

S

Sagaert Johan

When debugging on the device i copy a file to the 'my documents' folder, my
app the uses a TexReader to read the file.

How can i do this on the emulator ?

How can i put my file into the Emulators 'my documents' folder ?

Thanks

Johan
 
M

Mike

Are you using Visual Studio? If so, then add the file to your project and
set the Build Action property to "Content" and deploy the app. Then once
the file is on the emulator you can copy it to My Documents.
 
G

Guest

set the Build Action property to "Content" and deploy the app. Then onc

Where can I find this setting in vs.net

Carl
 
G

Guest

set the Build Action property to "Content" and deploy the app. Then onc
Where can I find this setting in vs.net

I am also interested? Can anyone provide solution

Ian
 
M

Mike

If VS .NET 2003, if you select a file in the Solution Explorer window, in
the Properties window there should be a "Build Action" property. If you set
this to "Content", the file will be deployed with your solution.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top