Visual Studio 2005 ASP.NET 网站中的 CopyLocal?

发布于 2024-07-18 06:04:55 字数 398 浏览 5 评论 0原文

Visual Studio 2005 ASP.NET 网站 中是否有类似于引用属性 CopyLocal 的内容?

VS05 Web 应用程序解决方案资源管理器中具有一个引用文件夹,您可以在其中选择引用并在“属性”窗口中查看其属性,例如 CopyLocal。

但是 VS05 网站 仅在类视图 中有一个 References 文件夹,您无法在其中访问引用的任何属性。 是否有另一种简单的方法来设置网站中引用的属性? 或者,当您将网站发布到您自己以外的计算机上时,参考 DLL 是否会自动复制?

谢谢你的时间!

Is there something like the Reference property CopyLocal in a Visual Studio 2005 ASP.NET Web Site?

A VS05 Web Application has a References folder in the Solution Explorer where you can select a reference and view its properties, such as CopyLocal, in the Properties window.

But a VS05 Web Site only has a References folder in the Class View, where you can't access any properties for the references. Is there another simple way to set properties on your references in a Web Site? Or are the reference DLLs automatically copied when you publish a Web Site onto a machine other than your own?

Thanks for your time!

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

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

发布评论

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

评论(1

能怎样 2024-07-25 06:04:55

网站项目有一个 Bin 文件夹,发布时会将该文件夹复制到网站的根目录。

编辑:重读您的问题。 答案是肯定的,当您发布时,参考文献会自动复制。 可以在bin文件夹中看到引用

The website project has a Bin folder that is copied to the root of the site when you publish.

Edit: Reread your question. The answer is yes, references are automatically copied when you publish. You can see the references in the bin folder

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