vvsharma
05-16-2007, 08:01 AM
Deploying Silverlight Alpha 1.1 /RC 1.0 Sample Applications
---------------------------------------------------------------------
Alpha 1.1 Version
--------------------
1> Download the following:
i> Visual Studio Code Name 'Orcas' Beta 1
http://www.microsoft.com/downloads/details.aspx?FamilyID=5d9c6b2d-439c-4ec2-8e24-b7d9ff6a2ab2&DisplayLang=en
ii> Microsoft Silverlight Tools Alpha for Visual Studio codename ?Orcas? Beta 1
http://www.microsoft.com/downloads/details.aspx?FamilyId=6C2B309B-8F2D-44A5-B04F-836F0D4EC1C4&displaylang=en
2> Open the Sample Source files in the Visual Studio Code Name 'Orcas' Beta 1 downloaded in Step 1.
3> Build the solution. Make sure the dll's are copied into the ClientBin directory of your project (Set Project outpath to ClientBin\ in Orcas[Project > Properties > Build > Output > Output path).
4> Copy all the source files, including the ClientBin directory to DiscountASP.NET servers.
5> To view the sample web application, you need to have have Silverlight 1.1 Alpha installed on the client browser (Download: http://msdn.microsoft.com/vstudio/eula.aspx?id=e2c1a44f-0b5c-face-28c8-08a26f2e0b3c)
Here are some live samples:
daspstaff00.web120.discountasp.net/silver/video/default.html (http://daspstaff00.web120.discountasp.net/silver/video/default.html)
daspstaff00.web120.discountasp.net/silver/scrib/default.html (http://daspstaff00.web120.discountasp.net/silver/scrib/default.html)
daspstaff00.web120.discountasp.net/silver/Chess/default.html (http://daspstaff00.web120.discountasp.net/silver/Chess/default.html)
Release Candidate 1.0 Version
-----------------------------------
1>Modify and (See: http://community.discountasp.net/default.aspx?f=29&m=18888 ) and simply upload the application's provided at http://silverlight.net/themes/silverlight/community/gallerydetail.aspx?cat=3
Here is a live sample:
daspstaff00.web120.discountasp.net/silver/tiletext/default.html (http://daspstaff00.web120.discountasp.net/silver/tiletext/default.html)
Creating Sample Silverlight Application's
----------------------------------------------
Alpha 1.1 Version
--------------------
1> Download the Silverlight 1.1 Alpha SDK
http://msdn.microsoft.com/vstudio/eula.aspx?id=c8bf88e7-841c-43fd-c63d-379943617f36
This provides Silverlight templates that plug into Visual Studio (orcas).
2> Open Visual Studio. On the File menu, click New, and then click Project.
In the dialog box, click Visual C# and Silverlight on the left-hand pane and Silverlight Project under Templates
3> Now, graphics are created with simple elements arranged on a canvas. You can either use Expression Blend (Download :http://www.microsoft.com/Expression/products/download.aspx?key=bl_nd) for this purpose or you can create the graphics directly using XAML within the xml page in Visual Studio (Orcas)
Sample Tutorial: http://msdn2.microsoft.com/en-us/library/bb404709.aspx#xaml
4) Build the solution. Make sure the dll's are copied into the ClientBin directory [As highlighed in (**) below] of your project (Set Project outpath to ClientBin\ in Orcas [Project > Properties > Build > Output > Output path).
(**)
<Canvas x:Name='parentCanvas'
xmlns='http://schemas.microsoft.com/client/2007'
xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'
x:Class='SilverlightProject1.Page;assembly=[ClientBin\SilverlightProject1.dll</font> ....
5> Copy all the project files to DiscountASP.NET server.
Here is a live sample:
daspstaff00.web120.discountasp.net/silver/Test/TestPage.html (http://daspstaff00.web120.discountasp.net/silver/Test/TestPage.html)
Release Candidate 1.0 Version
-----------------------------------
1> Download the Silverlight RC 1.0 SDK
http://www.microsoft.com/downloads/details.aspx?FamilyId=C72F125F-A6F6-4F4E-A11D-6942C9BA1834&displaylang=en
This provides Silverlight templates that plug into Visual Studio (2005 and later).
2> Open Visual Studio. On the File menu, click New, and then click Project.
In the dialog box, click Visual C# and Silverlight javascript application under My Templates
3> Now, graphics are created with simple elements arranged on a canvas. You can either use Expression Blend (Download :http://www.microsoft.com/Expression/products/download.aspx?key=bl_nd) for this purpose or you can create the graphics directly using XAML within the xml page in Visual Studio.By default,the template will create Scene.xaml already containing the Canvas element .
Sample Tutorial: http://msdn2.microsoft.com/en-us/library/bb404709.aspx#xaml
4> Copy all the project files to DiscountASP.NET server.
Here is a live sample:
daspstaff00.web120.discountasp.net/silver/demo/default.html (http://daspstaff00.web120.discountasp.net/silver/demo/default.html )
Vikram
DiscountASP.NET
www.DiscountASP.NET (http://www.discountasp.net/)
Post Edited (vvsharma) : 8/8/2007 12:46:44 AM GMT
---------------------------------------------------------------------
Alpha 1.1 Version
--------------------
1> Download the following:
i> Visual Studio Code Name 'Orcas' Beta 1
http://www.microsoft.com/downloads/details.aspx?FamilyID=5d9c6b2d-439c-4ec2-8e24-b7d9ff6a2ab2&DisplayLang=en
ii> Microsoft Silverlight Tools Alpha for Visual Studio codename ?Orcas? Beta 1
http://www.microsoft.com/downloads/details.aspx?FamilyId=6C2B309B-8F2D-44A5-B04F-836F0D4EC1C4&displaylang=en
2> Open the Sample Source files in the Visual Studio Code Name 'Orcas' Beta 1 downloaded in Step 1.
3> Build the solution. Make sure the dll's are copied into the ClientBin directory of your project (Set Project outpath to ClientBin\ in Orcas[Project > Properties > Build > Output > Output path).
4> Copy all the source files, including the ClientBin directory to DiscountASP.NET servers.
5> To view the sample web application, you need to have have Silverlight 1.1 Alpha installed on the client browser (Download: http://msdn.microsoft.com/vstudio/eula.aspx?id=e2c1a44f-0b5c-face-28c8-08a26f2e0b3c)
Here are some live samples:
daspstaff00.web120.discountasp.net/silver/video/default.html (http://daspstaff00.web120.discountasp.net/silver/video/default.html)
daspstaff00.web120.discountasp.net/silver/scrib/default.html (http://daspstaff00.web120.discountasp.net/silver/scrib/default.html)
daspstaff00.web120.discountasp.net/silver/Chess/default.html (http://daspstaff00.web120.discountasp.net/silver/Chess/default.html)
Release Candidate 1.0 Version
-----------------------------------
1>Modify and (See: http://community.discountasp.net/default.aspx?f=29&m=18888 ) and simply upload the application's provided at http://silverlight.net/themes/silverlight/community/gallerydetail.aspx?cat=3
Here is a live sample:
daspstaff00.web120.discountasp.net/silver/tiletext/default.html (http://daspstaff00.web120.discountasp.net/silver/tiletext/default.html)
Creating Sample Silverlight Application's
----------------------------------------------
Alpha 1.1 Version
--------------------
1> Download the Silverlight 1.1 Alpha SDK
http://msdn.microsoft.com/vstudio/eula.aspx?id=c8bf88e7-841c-43fd-c63d-379943617f36
This provides Silverlight templates that plug into Visual Studio (orcas).
2> Open Visual Studio. On the File menu, click New, and then click Project.
In the dialog box, click Visual C# and Silverlight on the left-hand pane and Silverlight Project under Templates
3> Now, graphics are created with simple elements arranged on a canvas. You can either use Expression Blend (Download :http://www.microsoft.com/Expression/products/download.aspx?key=bl_nd) for this purpose or you can create the graphics directly using XAML within the xml page in Visual Studio (Orcas)
Sample Tutorial: http://msdn2.microsoft.com/en-us/library/bb404709.aspx#xaml
4) Build the solution. Make sure the dll's are copied into the ClientBin directory [As highlighed in (**) below] of your project (Set Project outpath to ClientBin\ in Orcas [Project > Properties > Build > Output > Output path).
(**)
<Canvas x:Name='parentCanvas'
xmlns='http://schemas.microsoft.com/client/2007'
xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'
x:Class='SilverlightProject1.Page;assembly=[ClientBin\SilverlightProject1.dll</font> ....
5> Copy all the project files to DiscountASP.NET server.
Here is a live sample:
daspstaff00.web120.discountasp.net/silver/Test/TestPage.html (http://daspstaff00.web120.discountasp.net/silver/Test/TestPage.html)
Release Candidate 1.0 Version
-----------------------------------
1> Download the Silverlight RC 1.0 SDK
http://www.microsoft.com/downloads/details.aspx?FamilyId=C72F125F-A6F6-4F4E-A11D-6942C9BA1834&displaylang=en
This provides Silverlight templates that plug into Visual Studio (2005 and later).
2> Open Visual Studio. On the File menu, click New, and then click Project.
In the dialog box, click Visual C# and Silverlight javascript application under My Templates
3> Now, graphics are created with simple elements arranged on a canvas. You can either use Expression Blend (Download :http://www.microsoft.com/Expression/products/download.aspx?key=bl_nd) for this purpose or you can create the graphics directly using XAML within the xml page in Visual Studio.By default,the template will create Scene.xaml already containing the Canvas element .
Sample Tutorial: http://msdn2.microsoft.com/en-us/library/bb404709.aspx#xaml
4> Copy all the project files to DiscountASP.NET server.
Here is a live sample:
daspstaff00.web120.discountasp.net/silver/demo/default.html (http://daspstaff00.web120.discountasp.net/silver/demo/default.html )
Vikram
DiscountASP.NET
www.DiscountASP.NET (http://www.discountasp.net/)
Post Edited (vvsharma) : 8/8/2007 12:46:44 AM GMT