博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to develop Silverlight 4 using Visual Studio Express 2010
阅读量:6983 次
发布时间:2019-06-27

本文共 1661 字,大约阅读时间需要 5 分钟。

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  ,  and  .

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

 is a part of  , After installing  , ,  shall start up automatically.

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


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

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

Unfortunately, it came up an error screen.

I have to install all this software manually.

Download and install Silverlight 4 for Developers

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

Download and install Silverlight 4 Tools for Visual Studio 2010

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

Intall RIAServiceToolkitMay2010 and Silverlight4Toolkit in Web Platform Installer temporarily folder.

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 

WCF RIA Service project 

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

你可能感兴趣的文章
Lync Server 2010标准版系列PART6:启用Lync
查看>>
.net framework3.5新特性1:Lambda表达式
查看>>
虚拟化系列-Citrix XenServer 6.1 网络管理
查看>>
是谁令我离开生活了16年的广州
查看>>
MySQL数据库的主从同步实现及应用
查看>>
阿里游戏云与Intel,iTechClub以及巨人网络共同发布的“TOP游戏”云生态培育计划合作...
查看>>
Hyper-V2:向VM增加虚拟硬盘
查看>>
解决 vs2010 安装过程 提示序列号非法问题
查看>>
flask, SQLAlchemy, sqlite3 实现 RESTful API 的 todo list, 同时支持form操作
查看>>
[转载]AxureRP 7超强部件库下载
查看>>
fiddler https
查看>>
ASP.NET 2.0中合并 GridView 的表头单元格(转)
查看>>
Bboysoul's Vim使用指南
查看>>
专业的程序员需要具备的思考能力:写一个程序需要注意多少细节问题
查看>>
Android--使用SharedPreferences
查看>>
PXE 自动安装物理机 (DHCP服务由路由提供, 不能再配置)
查看>>
怪异的StackOverflowException异常
查看>>
JAVA操作数据库----- http://blog.sina.com.cn/andyfang
查看>>
使用Linq to Sql 创建数据库和表
查看>>
Java8-Executors-No.02
查看>>