Im trying to use the PPC 2003 emulator to test my application but I cant
seem to use the "DeviceSpecific/Choice" construct with it. Whatever
property override I put in there does not go into effect. It always
displays the default properties. It seems like the runtime does not
recognize the pocket PC 2003 emulator as a pocket PC device due to
un-updated DeviceUpdate.config files.
However, when I use the Pocket PC 2002 emulator, the property overrides
work perfectly.
Can someone show me how to modify the config files so that the 2003
emulator is recognized? Thanks.
Jean-Luc David [MVP] - 17 Apr 2004 21:50 GMT
Microsoft issues device updates for the ASP.NET Mobile Controls
on a periodic basis. The most current update is the Device Update 4.0:
http://www.microsoft.com/downloads/details.aspx?FamilyId=02FA15FE-40D9-4DCE-9BB1
-4DD61A5B7CCB
The main page to access all device updates is located here:
ASP.NET Mobile Controls Device Updates
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/asp.netmc/mobileweb/asp
mobiledrivers/default.aspx
If the emulator you want isn't located in your machine.config, it is a
fairly
simple matter to add the device. Microsoft created an Extensibility
Developer's guide to support adding new device adapters and device
support to the toolkit.
http://msdn.microsoft.com/library/en-us/mwsdk/html/mworiExtensibilityDevelopersG
uide.asp
I hope this information helps.
Thanks,
Jean-Luc David
Microsoft .NET MVP
dotnetmvp@hotmail.com
http://www.stormpixel.com
http://www.mobilecoder.net
------------------------------------------------------------------------
> Im trying to use the PPC 2003 emulator to test my application but I cant
> seem to use the "DeviceSpecific/Choice" construct with it. Whatever
[quoted text clipped - 8 lines]
> Can someone show me how to modify the config files so that the 2003
> emulator is recognized? Thanks.