How to develop Silverlight 4 using Visual Studio Express 2010

简介:

Background

Visual Studio Express 2010 is free IDE provided by Microsoft. I am going to develop a p2p instant messaging app based on Silverlight 4 and WCF.

Download and install Visual Studio Express 2010

To develop Silverlight 4 using Visual Studio Express 2010, we need to install Visual C# 2010 Express , Microsoft Web Platform Installer 2.0 and Visual Web Developer 2010 Express .

go to http://www.microsoft.com/express/downloads/ to download and install it one by one.

clip_image002

Visual Web Developer 2010 Express is a part of Microsoft Web Platform Installer 2.0 , After installing Visual C# 2010 Express , Microsoft Web Platform Installer 2.0Microsoft Web Platform Installer 2.0 shall start up automatically.

clip_image004

Tick "Visual Web Developer 2010 Express" to install it. This option was gone in my PC since I had installed it.

It took me about half an hour to install all three software. And it needed to restart the computer three times to finish the installation.

Install WCF RIA & Silverlight 4



clip_image006

In Web Platform Installer 2.0, Click "Customize" link for Tools.

clip_image008

Tick "WCF RIA" and "Silverlight 4" components. And then accept the license agreement.

Unfortunately, it came up an error screen.

clip_image010

I have to install all this software manually.

Download and install Silverlight 4 for Developers

http://go.microsoft.com/fwlink/?LinkId=146060

clip_image012

Download and install Silverlight 4 Tools for Visual Studio 2010

http://go.microsoft.com/fwlink/?LinkId=177508



clip_image014

Intall RIAServiceToolkitMay2010 and Silverlight4Toolkit in Web Platform Installer temporarily folder.

clip_image016

Create Silverlight 4 & WCF RIA projects

Succeeded to install "WCF RIA" and "Silverlight 4" components, we can create Silverlight 4 & WCF RIA projects in Visual Web Developer 2010 Express

Silverlight 4 project 

clip_image018

WCF RIA Service project 

clip_image020




    本文转自Jake Lin博客园博客,原文链接:http://www.cnblogs.com/procoder/archive/2010/06/13/How-to-develop-Silverlight-4-using-Visual-Studio-Express-2010.html,如需转载请自行联系原作者

相关文章
|
3月前
|
网络安全 C++
【Azure Developer】Visual Studio 2019中如何修改.Net Core应用通过IIS Express Host的应用端口(SSL/非SSL)
【Azure Developer】Visual Studio 2019中如何修改.Net Core应用通过IIS Express Host的应用端口(SSL/非SSL)
|
6月前
|
C++
Visual Studio IIS Express介绍
Visual Studio IIS Express介绍
94 1
|
6月前
Visual Studio 2022无法连接到Web服务器IIS Express
Visual Studio 2022无法连接到Web服务器IIS Express
134 2
Visual Studio提示“无法启动IIS Express Web服务器”的解决方法
Visual Studio提示“无法启动IIS Express Web服务器”的解决方法
Visual Studio提示“无法启动IIS Express Web服务器”的解决方法
|
JavaScript 开发工具 git
《Node.JS学习—上篇》Visual Studio Code的使用—如何创建基本的Node.js + Express 应用
一、创建Express的项目 最近学习了一点点node.js,参与写了一下公司小程序的抽奖活动相关的接口,俺也是一个会写接口的移动端开发工程师了,哈哈,在此分享一下自己的学习经验,供初学者参考。
2637 0
|
C++
【转发】Visual Studio 2013 如何关闭调试而不关闭IIS Express
在VS主面板打开:工具->选项->调试->编辑继续   取消选中[启用"编辑并继续"] 就OK了 (英文版的请对应相应的操作) 不过这是针对所有的调试,如果你想针对单个项目就还是保留VS的设置,直接去项目属性里设置 在你的Web项目上右键->属性->Web  取消选中[启用"编辑并继续"] 就OK了 VS2013以前的版本就不存在这种情况,默认就是没启用 "编辑并继续".
817 0
下一篇
无影云桌面