Question on deploying to Pocket PC with CF in ROM

M

Matt Marshall

I am developing and deploying to a ViewSonic V37 with the .NET CF
preinstalled in ROM. Questions:

1) I see that the Visual Studio deployment insists on copying the CF over to
RAM on the device - is there any way to prevent this?

2) If not, when the code executes on the device, does it use the ROM version
(upgraded to Service Pack 1) or the RAM version (currently the pre Service
Pack version)?

Matt Marshall
 
A

Alex Feinman [MVP]

I think you are mistaken. The ROM verstion is pre-service pack, while SP1
installs into RAM
 
M

Matt Marshall

Sorry about that - it should read:

2) If not, when the code executes on the device, does it use the RAM version
(upgraded to Service Pack 1) or the ROM version ?

Same question, however.

Matt Marshall
 
P

Peter Foot [MVP]

Visual Studio will install the String Resource Package - System_SR_xx.cab
where xx is the language code. It should not deploy the framework itself as
it checks for the presence of the framework during deployment. It behaves
correctly on my V37...

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
Handheld Interactive Reference Guides
 

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