1. Install the development environment
- Install Visual Studio 2008 beta 2. The current downloaded version is Beta 2.
You can download it from http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx
- Download microsoft silver light tools Alpha refresh for Visual Studio (July 2007)
Http://www.microsoft.com/downloads/details.aspx? Familyid = B52AEB39-1F10-49A6-85FC-A0A19CAC99AF & displaylang = en
- Install Silverlight plug-in 1.1
Http://www.microsoft.com/silverlight/license-win-dev.aspx
- Install Microsoft Expression blend 2 December Preview
Http://www.microsoft.com/downloads/thankyou.aspx? Familyid = 65177e23-c116-475a-9057-5a5071a0000f6 & displaylang = en
2. Start a "hello World"
(The silverlight1.1 plug-in and Silverlight tools for vs2008 must be installed.) Otherwise, there is no corresponding template, or the system. windows is not prompted during compilation.ProgramSet
3. The following is the default file created by.
4. Now we will display a "Hello world". Add the following sentence (marked in yellow)
5. Right-click testpage.html and select View in browser. The running result is as follows:
6. At this point, the first Silverlight program is complete.