views:

294

answers:

2

I want to add Silverlight in my win ce . Can anybody tell how to add the Silverlight application?
And what are the thing I want to add in the catalog menu. Please tell me the steps for this.

+1  A: 

You first need to install Windows CE 6 R3 (look at the Required Software section to understand the installation order - it is critical).

You need to look for XAML in the catalog and add those items that suite you. Mainly, you need SYSGEN_XAML_RUNTIME. Now you just need to do a Sysgen and you have Embedded Silverlight included.

To include the sample you need to add SYSGEN_SAMPLEXAMLPERF. It is not in the catalog so add it through a batch file or in a command-line build window. (You can read more here)

You can read Silverlight for Windows Embedded tutorial for a tutorial on a Embedded Silverlight application. This post explains how to add an Embedded Silverlight subproject to a current OSDesign.

Read this for instructions to setup a project without Platform Builder. If you follow these instructions you can setup the same project that is described in the above tutorial, but use a regular smart device project without platform builder.

Shaihi
A: 

i already installed Win ce R3 and am having that demo file . pls tel how to add. bec i created a new sub project and build.but i cant able to add the demo file wat u told.

Can u tell me what are the steps to do that.

Vinoth.

Thank you

vinoth
This should be added as a comment or you should update your question. It is not an answer.Update the question to specify the exact steps you have taken and include some log in case you think it help in understanding your problem.
Shaihi
Also, I specified one application that ships with R3 - the xamlperf, Are you having trouble with this or with the tutorial I mentioned.
Shaihi