本文共 1661 字,大约阅读时间需要 5 分钟。
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.
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.
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.
http://go.microsoft.com/fwlink/?LinkId=146060
http://go.microsoft.com/fwlink/?LinkId=177508
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,如需转载请自行联系原作者