Developing Your First Silverlight Application Using Visual Studio 2008 - Adding a Silverlight Project to the Visual Studio 2008 solution
(Page 3 of 5 )
Once the web service is created, it is time to add a Silverlight Project to the existing solution. The following are the steps you need to take to accomplish this task:
Go to File || Add || New Project
Select the “Silverlight Project” template available in the “Silverlight” project types of “Visual Basic” (as shown in Fig 7).
Give it the name “SilverlightTest” and click on OK.
Right click on “SilverlightTest” project (in “Solution Explorer”) and select “Set as Startup Project” (as shown in Fig 8).