Visual Studio 2003 Compact Framework Service Pack??

  • Thread starter Thread starter Philip Stinson
  • Start date Start date
P

Philip Stinson

Hi All,

Way back in May I read that a service pack to fix web services etc was
goin to be released.

Dows anyone know if this has been released and if not when it will be?

I currently have an app that required restarting every time i change
ip address.


Thanks in advance,

Philip Stinson
 
Peter et all....

Question:::::::
Grabbed it and ran it on desktop....it also ran an update to my connected
device. Can I assume that every smart device build from the ide not will be
installing the this version of CF??

Harry
 
That is correct, the package is completely separate from VS.NET. Therefore
if you deploy a project to a device without the runtime, VS.NET will deploy
the original RTM release. You can manually copy the cab files from:-
C:\Program Files\Microsoft .NET Compact Framework
to the processor specific folders beneath:-
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce300

(The actual folders may vary depending on your installation choice)

Note also that there are no Emulator version of this update so your code on
the emulator will continue to use the original RTM release.

Peter

--
Peter Foot
Windows Embedded MVP

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