I have a really simple question. I am trying to deploy my c# project to a
Pocket PC. But the program needs the .NET CF SP3 to run. Currently the
Microsoft .NET CF 1.0 ENU-String... is deployed with the project. How do I
set it up to install .NET CF SP3 when I deploy the project to my Pocket PC
for debugging?

Re: deploy project with .NET CF by Daniel

Daniel
Sat Dec 17 12:43:09 CST 2005

You deploy it manually just once. See links to it from here:
http://wiki.opennetcf.org/ow.asp?CompactFrameworkFAQ%2FDeterminingVersion

VS will continue to report on subsequent runs that it is deploying v1.0 RTM
but you can ignore that.

Cheers
Daniel
--
http://www.danielmoth.com/Blog/

"Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
news:20EAA54D-FBB8-47D4-8A2F-05A61E4434F6@microsoft.com...
>I have a really simple question. I am trying to deploy my c# project to a
> Pocket PC. But the program needs the .NET CF SP3 to run. Currently the
> Microsoft .NET CF 1.0 ENU-String... is deployed with the project. How do
> I
> set it up to install .NET CF SP3 when I deploy the project to my Pocket PC
> for debugging?