您的位置:首页 > 其它

MIX08发布中Silverlight相关安装的错误以及解决办法

2008-03-06 14:58 555 查看
一觉醒来发现这几天RSS里面的更新突然变得很快,MIX08到底给我们带来了些什么? Silverlight2.0 beta1 runtime & SDK,Silverlight tools beta for VS2008,Asp.net 3.5 extensions preview,Asp.net MVC Preview2,IE8 beta1以及一些Silverlight相关的开发工具包等。

以下链接:

Microsoft Silverlight Tools Beta 1 for Visual Studio 2008

(Contains Silverlight 2 Beta 1 runtime and SDK)

http://www.microsoft.com/downloads/details.aspx?FamilyID=e0bae58e-9c0b-4090-a1db-f134d9f095fd&DisplayLang=en

Silverlight 2 Beta 1 runtime:

http://silverlight.dlservice.microsoft.com/download/6/6/3/663404e9-990d-4b74-873c-c4611aea2133/Silverlight.2.0.exe

SDK:

http://www.microsoft.com/downloads/details.aspx?FamilyID=4e03409a-77f3-413f-b108-1243c243c4fe&DisplayLang=en

Microsoft Expression Blend 2.5 March 2008 Preview

下载地址:http://www.microsoft.com/downloads/details.aspx?FamilyID=32a3e916-e681-4955-bc9f-cfba49273c7c&DisplayLang=en

ASP.NET 3.5 Extensions Preview

http://www.microsoft.com/downloads/details.aspx?FamilyID=a9c6bc06-b894-4b11-8300-35bd2f8fc908&DisplayLang=en

ASP.NET MVC Preview 2

http://www.microsoft.com/downloads/details.aspx?FamilyID=38cc4cf1-773a-47e1-8125-ba3369bf54a3&DisplayLang=en



Controls Source Code(!):

http://www.microsoft.com/downloads/details.aspx?FamilyID=ea93dd89-3af2-4acb-9cf4-bfe01b3f02d4&DisplayLang=en

Documentation:

http://www.microsoft.com/downloads/details.aspx?FamilyID=1840cab5-196c-4264-b55d-562242a72625&DisplayLang=en

Online documentation:

http://msdn2.microsoft.com/en-us/library/bb404700.aspx

Silverlight 2.0 DataGrid sample:

http://samples.msdn.microsoft.com/Silverlight/Silverlight_Next/DataGridSnippets/DataGridSnippets.html

出现的问题

安装了Silverlight tools beta for VS2008的朋友可能有些会发生error occurred的问题如图



1. Visual Studio 2008 RTM is not installed.

2. The Web Authoring feature of Visual Studio is not installed.

3. A previous version of the Silverlight Runtime is installed.

4. A previous version of the Silverlight SDK is installed.

5. The Visual Studio Update KB949325 is installed.

6. A previous version of Silverlight Tools is installed.

为避免这些问题,安装的顺序为

1.安装VS 2008 RTM.

2.安装Web Authoring compenent.

3.卸载较早版本的Silverlight tools(如Silverlight tools Alpha for VS2008).

4.卸载较早版本的Silverlight runtime & SDK.

5.安装Silverlight tools beta for VS2008.

6.安装Hotfix KB949325.

有些朋友可能在安装时候并没有上述问题发生,但还是会无法安装,弹出Error occured的问题,一开始我也遇到了这样的问题。而且在feedback上也看到了这样的反馈,经过试验可以这样进行安装来解决这个问题。

(feedback地址:https://login.live.com/login.srf?wa=wsignin1.0&rpsnv=10&checkda=1&ct=1204786167&rver=4.0.1534.0&wp=MBI_SSL&wreply=https:%2F%2Fconnect.microsoft.com%2FVisualStudio%2Ffeedback%2FViewFeedback.aspx%3FFeedbackID%3D331704&lc=2052&id=64416,解决办法https://connect.microsoft.com/VisualStudio/feedback/Workaround.aspx?FeedbackID=331704

1.打开安装提示框,弹出Error Occurred。

2.打开window Explorer,会发现有一个动态的基于GUID生成的临时目录,从临时目录里找到相应的安装,安装顺序如上。(附件提供Silverlight tools beta for VS2008 的单独安装包)

终于可以开始试验Silverlight2.0和blend2.5了,过段时间会发些关于Silverlight2.0,blend2.5和VS2008相关的文章,希望到时能和大家交流学习。

PS:在写这篇文章的时候,当我写完提交后,突然弹到了无法显示。又没有保存,回头一看内容全部没有了,沮丧之极,不过还是硬着头皮重新写了一次,不过内容可能少了一些。希望DUDU老大以后可以实时保存下正在编辑的内容,对这种情况应该有比较好的作用。

附件:Silverlight tools beta for VS2008
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐