我刚刚安装了Visual Studio 2013并尝试打开一个包含Silverlight 4项目的项目。但是,在迁移中,Silverlight目标版本已更改为5,并且在项目设置中不可编辑。将项目升级到Silverlight 5有太多问题,我们正在努力将Silverlight项目转换为MVC Web应用程序。
有没有人在Visual Studio 2013中使用Silverlight 4项目取得成功或有解决方案而不将Silverlight版本更改为5?
答案 0 :(得分:15)
不支持Silverlight 4。 supported frameworks and targeting packs for Visual Studio 2013 can be found here。
列表<强> Silverlight的强>
+---------------------+--------------------------------+
| Target Platform | Targeting pack download |
+---------------------+--------------------------------+
| Silverlight 5 | Included in Visual Studio 2013 |
| | Runtime installer: |
| | Silverlight 5 Runtime |
+---------------------+--------------------------------+
对于Silverlight 4及更低版本,您需要使用旧版本的Visual Studio或升级您的项目。旧版Visual Studio也不再支持官方Silverlight 4,主要原因是Silverlight 4 has reached the end of its support lifecycle。
Official overview can be found here
生命周期开始日期:2010年4月15日
主流支持结束日期: 2013年1月8日
延长支持结束日期:审核备注
备注:对通知称为工具的支持在通知日期后不少于12个月内结束。建议客户及时更新到更高版本以继续获得支持,包括安全更新。