PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Transfer files to the Emulator

Reply

Transfer files to the Emulator

 
Thread Tools Rate Thread
Old 01-12-2006, 10:04 AM   #1
Samuel Shulman
Guest
 
Posts: n/a
Default Transfer files to the Emulator


I need to transfer a file to the Emulator used for debugging, is that
possible and how?

Thanks,
Samuel


  Reply With Quote
Old 01-12-2006, 10:14 AM   #2
Peter Foot [MVP]
Guest
 
Posts: n/a
Default Re: Transfer files to the Emulator

You can either add files to your project, and mark their BuildAction
property as Content so they will be deployed into your application folder.
Or in the Emulator properties you can setup a Storage Card mapping so you
can point the storage card folder on the emulator to a physical folder on
the host PC. This option is not available on older versions of the device
emulator.

Peter

--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com


"Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
news:OYolHATFHHA.924@TK2MSFTNGP02.phx.gbl...
>I need to transfer a file to the Emulator used for debugging, is that
>possible and how?
>
> Thanks,
> Samuel
>


  Reply With Quote
Old 01-12-2006, 10:23 AM   #3
Samuel Shulman
Guest
 
Posts: n/a
Default Re: Transfer files to the Emulator

Thank you,
samuel

"Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
news:B597352E-F5E5-420A-8860-A411C639BC6A@microsoft.com...
> You can either add files to your project, and mark their BuildAction
> property as Content so they will be deployed into your application folder.
> Or in the Emulator properties you can setup a Storage Card mapping so you
> can point the storage card folder on the emulator to a physical folder on
> the host PC. This option is not available on older versions of the device
> emulator.
>
> Peter
>
> --
> Peter Foot
> Device Application Development MVP
> www.peterfoot.net | www.inthehand.com
>
>
> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
> news:OYolHATFHHA.924@TK2MSFTNGP02.phx.gbl...
>>I need to transfer a file to the Emulator used for debugging, is that
>>possible and how?
>>
>> Thanks,
>> Samuel
>>

>



  Reply With Quote
Old 01-12-2006, 11:41 AM   #4
Samuel Shulman
Guest
 
Posts: n/a
Default Re: Transfer files to the Emulator

I tried the first method but the file is not in the folder of the
application

About the second method, I am not sure what you call the Emulator Properties
and how can that be accessed

Samuel

"Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
news:B597352E-F5E5-420A-8860-A411C639BC6A@microsoft.com...
> You can either add files to your project, and mark their BuildAction
> property as Content so they will be deployed into your application folder.
> Or in the Emulator properties you can setup a Storage Card mapping so you
> can point the storage card folder on the emulator to a physical folder on
> the host PC. This option is not available on older versions of the device
> emulator.
>
> Peter
>
> --
> Peter Foot
> Device Application Development MVP
> www.peterfoot.net | www.inthehand.com
>
>
> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
> news:OYolHATFHHA.924@TK2MSFTNGP02.phx.gbl...
>>I need to transfer a file to the Emulator used for debugging, is that
>>possible and how?
>>
>> Thanks,
>> Samuel
>>

>



  Reply With Quote
Old 01-12-2006, 12:59 PM   #5
Tryst
Guest
 
Posts: n/a
Default Re: Transfer files to the Emulator

In the device emulator, select 'File->Confugure' and then in the
'Shared Folder' textbox, select the folder on your local PC that you
want to act as your Storage Card. Once this is done, you should now see
'Storage Card' in the File Explorer on the device. Go into it and you
will see the files that sit on your PC that are within the selected
folder for 'Shared Folder'.

Hope this helps.

  Reply With Quote
Old 01-12-2006, 01:33 PM   #6
Samuel Shulman
Guest
 
Posts: n/a
Default Re: Transfer files to the Emulator

Thank you

Now it works


"Tryst" <trystano@gmail.com> wrote in message
news:1164977941.347832.236400@j44g2000cwa.googlegroups.com...
> In the device emulator, select 'File->Confugure' and then in the
> 'Shared Folder' textbox, select the folder on your local PC that you
> want to act as your Storage Card. Once this is done, you should now see
> 'Storage Card' in the File Explorer on the device. Go into it and you
> will see the files that sit on your PC that are within the selected
> folder for 'Shared Folder'.
>
> Hope this helps.
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off