Silverlight 3 开发人员被 Silverlight 4 集中推出搞砸了
我们的组织内有多个团队构建 Silverlight 应用程序。我们刚刚开始推出 Silverlight 4 运行时,一个开发团队报告说他们无法再调试 SL3 应用程序。
我们是否需要完全删除他们机器上的 SL4 运行时,或者我们可以安装 SL4 开发运行时并让他们的 SL3 应用程序仍然可调试吗?如果有什么不同的话,他们仍然使用 VS2008。
We have various teams building Silverlight applications within our organisation. We have just started rolling out the Silverlight 4 runtime, and one development team has reported that they can no longer debug their SL3 app.
Will we need to remove the SL4 runtime on their machines altogether, or can we install the SL4 dev runtime and have their SL3 apps still debuggable? They are still on VS2008 if it makes any difference.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的开发人员运行时和客户端运行时可能不同步。我们遇到了类似的问题并安装了最新的 Silverlight 4 Developer Runtime。您可以在以下位置找到它: http://go.microsoft.com/fwlink/?LinkID=188039
如果这两者是同步的,那么您的调试器应该不仅适用于 Silverlight 4,而且还适用于以前的 Silverlight 版本。
You may have the developer runtime and the client runtime out of sync. We had a similar issue and installed the latest Silverlight 4 Developer Runtime. You can find it at: http://go.microsoft.com/fwlink/?LinkID=188039
If those two are in sync then your debugger should work not just for 4 but backwards to previous releases of Silverlight.