Search Wiki:
Personal Library:

The Personal Library sample is a typical Silverlight application which is used to display Silverlight 2 SDK Documents with a friendly effect in a web browser. It demonstrated special effects, animation, Globalization and localization of Silverlight2; practiced other tools provided by Microsoft for Silvelight2 (e.g VS2008, Express Blend, and Deep Zoom Composer); delivered key innovation in the following pillars:
 Compiled HTML Contents transfer to Sivlerlight2 XAML by XPS agency.
XPS make a bridge of HTML to XAML. Silverlight2 SDK document, compiled to a CHM file, be transferred and demonstrated in currently project.
 Compiled HTML contents transfer to Silverlight2 XAML by HTML parser.
HTML is rendered into XAML directly by a trial parser. All auto-layout information lost in this solution.
In order to develop and deploy this application, developers need to set up the development environment as following:
 Development Tools: Visual Studio 2008 SP1 Edition, Silverlight tools for VS2008, Express Blend.
 Technologies: C# Language, .NET Framework 3.5, Silverlight 2.
 Deployment environment: .NET Framework 3.5, Microsoft IIS, Silverlight 2 runtime.

本实例通过运用Silverlight2的特效,动画,国际化和本地化支持给大家展示了一个绚丽,友好的Sivlerlight2 SDK的文档. 通过多种微软开发工具联合运用,实例在以下两点做了创新式的尝试:
 通过XPS格式的中介模式把以编译的HTML页面转换成Silverlight的XAML格式。
 通过直接解析HTML页面中的元素而生成相应的Silverlight XAML格式。所有的自动格式信息都会丢失。
开发、部署本实例需要的工具有:
 开发工具:VisualStudio2008 SP1, Silverlight工具, Express Blend。
 技术运用:C#语言,.NET Framework3.5, Silverlight2。
 部署环境:微软IIS6 或者IIS7, Silverlight2运行时。


PhotoBlog:

The PhotoBlog sample is a web application for photography enthusiasts to display photos, exchange of experiences and share comments. This sample is a demonstration of efficiency and productivity in user interaction aspect of Silverlight. It employs a variety of technologies and features found in Silverlight, including XAML, LinQ, Web Service, Globalization and Localization.

To deploy and run this application, you will need to configure your environment as follows:
Development environment: Visual Studio 2008 with SP1, Silverlight 2 SDK and SQL Server 2005
Running environment: .NET Framework 3.5, IIS, SQL Server 2005

For more information please see attached documents. Please read the requirements/known issues in the help document before installation. You will need Visual Studio 2008 to open and check the source code.

本示例是使用Silverlight 所提供的一系列新特性编写的一个用户管理照片、分享评论的Web博客程序,用于向开发者展示Silverlight在交互式体验方面具有的强大性和易用性。这些新特性主要涉及XAML界面技术,LinQ,Web Service,全球化和本地化支持等。

开发本示例所需要的环境:
开发环境(如果需要查看代码):Visual Studio 2008 with SP1, Silverlight 2 SDK和 SQL Server 2005
安装程序运行环境:.NET Framework 3.5,IIS和SQL Server 2005

进一步信息请参考帮助文档中的说明。安装程序前请阅读ReadMe.txt文件,源代码文件需要从Visual Studio 2008打开查看。

To see other Academic samples, go to http://code.msdn.microsoft.com/ddicpe.
Last edited May 18 at 10:05 PM  by ddicpe, version 10
Comments
KevinZ wrote  Dec 31 2008 at 6:29 AM  
I got a problem installing the MSI.
Steps to reproduce:
Running PhotoBlogSetup.msi. Error message is "Error 1001. Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7).
I have installed everything required.
Please give me any advices.

thanks

Nan wrote  Dec 31 2008 at 11:37 AM  
The error may be caused by the situation that the IIS already have a "PhotoBlogWeb" virtual directory which was created in the previous setup progress.
I hope it helps.

KevinZ wrote  Dec 31 2008 at 10:46 PM  
Yes. But anyway I gave up installing the binary to IIS and SQL. I use Dev Debug mode instead. It works fine.
These 2 samples ( Personal Library and PhotoBlog) are the best samples for Silverlight ever ! They are full featured applications.
Thanks for those guys from China, you did great job! (I was born in China too :)

star wrote  Apr 16 at 6:04 AM  
I downloaded the demo, in the vs2008, debug through the use of normal.
However, the deployment of IIS, the Web site after the prompt to open : "The system encountered a problem, please try again later"
My other site can run Silverlight.
I would like to ask how to solve? Thanks
I hope it helps.

Nan wrote  Jun 5 at 8:53 AM  
If you wanna deploy the source code to IIS without using the binary setup file, please follow the instruction "Installation on IIS" described in "PhotoBlog Deployment Instruction.doc".
I hope it helps.

Updating...
Page view tracker