Demonstrated issues:

Prerequisities:

Steps:

  1. Create a new Silverlight Application in Visual Studio 2008, name it 'FirstApp':

    Do not create a hosting ASP.NET Web site for this application, let's start from a simple application embedded in a static HTML page:
  2. Investigate the project created by Visual Studio:
  3. Compile and run the project.
  4. Add to the solution a new project of the Silverlight Navigation Application type, name it 'FirstNavApp':

    As for the previous project, do not generate a host Web site.
  5. Close the solution and create a new one, containing a Silverlight application which will be hosted in a Web site:

[Source code]