Category: Installation

Oct 14 2009

how to start silverlight project

Starting Silverlight 2.0 using Asp.net 3.5

Step1: Open VS2008 –>File –>New –>Project

start silverlight project

start silverlight project

Step2: Choose Project Type (Silverlight) –>Right side choose Silverlight Application –>Ok

Silverlight Application

Silverlight Application

step3: choose this  –> Add new Asp.net web Project to the solution to host

Silverlight

Step4: Silverlight Toolkit and Usercontrol window will display

Page.xaml (Silverlight Usercontrol window)

<UserControl xmlns:basics=”clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls”  x:Class=”SilverlightApplication1.Page”
xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation”
xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml”
Width=”400″ Height=”300″>
<Grid x:Name=”LayoutRoot” Background=”White”>

//Drag silverlight control between this Grid Ex: Calender Control

<basics:Calendar></basics:Calendar>

</Grid>
</UserControl>

Step 5: Run the Project

Oct 14 2009

How to install silverlight 2.0

Silverlight 2.0 Installation in Asp.net 3.5 Framework

Install Visual Studio 2008 SP1 or Visual Web Developer Express with SP1 install the necessary Visual Studio updates, Silverlight project templates, developer runtime, and SDK.

* Download link for  .NET Framework 3.5 sp1

Silverlight Installations


1) Install Sivlerlight.2.0_Developer.exe

click here to download

2)  Then install Microsoft® Silverlight™ 2 Software Development Kit

Download Link:  Click here

3) Then Install  Silverlight Toolkit Microsoft® Silverlight™ 2 Tools for Visual Studio 2008 SP1

Alibi3col theme by Themocracy