在没有 Visual Studio 2010 的情况下安装 Silverlight 4 Toolkit(用于构建服务器)

发布于 2024-09-24 21:54:26 字数 257 浏览 3 评论 0原文

我刚刚获悉 Silverlight 4 Toolkit(最新下载)需要事先安装 VS 2010。

我们正在为一个非常大的 Silverlight Prism 项目设置自动构建服务器,并且不希望在无人建造机器。

  • 安装 Silverlight 4 Toolkit 是否确实需要 VS 2010?
  • 为什么需要它?
  • 是否可以解决这个问题(从另一台开发机器复制特定的部分?)

提前感谢您提供任何信息。

I have just been informed that the Silverlight 4 Toolkit (latest download) requires the prior installation of VS 2010.

We are setting up an automated build server for a very large Silverlight Prism project and would prefer not to do a full install of VS 2010 on an unmanned build machine.

  • Is VS 2010 actually required for an install of the Silverlight 4 Toolkit?
  • Why is it required?
  • Is it possible to work around this (copy specific pieces from another Dev machine?)

Thanks in advance for any information.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晨光如昨 2024-10-01 21:54:26

这样做的问题是它不安装 msbuild 任务。我发现可以通过从工具下载中提取 SDK 来安装它。有关详细信息,请参阅此处:http://neilsleightholm.blogspot.com/ 2010/09/building-silverlight-4-applications.html

The problem with this is that it doesn't install the msbuild tasks. I have found that it is possible to install just the SDK by extracting it from the tools download. For details see here: http://neilsleightholm.blogspot.com/2010/09/building-silverlight-4-applications.html.

如果没结果 2024-10-01 21:54:26

根本不要安装该工具包。在这些大型受控场景中,您可能希望将工具包 dll 复制到变更控制系统拥有的文件夹中。

归根结底,工具包只是一组 dll。安装时,它会执行其他操作,以便开发人员在 VS 和 Blend 中方便地使用它,但它在构建时没有特殊要求。

Don't install the Toolkit at all. In these large controlled scenarios you would probably want to copy the toolkit dlls to folder owned by your change control system anyway.

Ultimately the toolkit is just a set of dlls. On install it does other things to make using it as a developer convenient in VS and Blend but it has no special requirements at build time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文