I need to create a Silverlight application in VS 2008 for Win CE 6.0.
I installed VS 2008 SP1 and the Silverlight 2 SDK, and then Silverlight Tools for 2008.
However, when I open VS 2008, it’s asking two options as follows:
-
Add a new ASP.NET web project to the solution to host Silverlight
-
Automatically generate a test page to host Silverlight at build time
I don’t know which one I have to select if I want to build my application using C#.
If you want to add the silverlight output to an existing C# application, it’s probably better to choose the second option. You don’t need a complete ASP.NET webapplication.