Visual Studio 2005 ASP.NET 网站中的 CopyLocal?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
网站项目有一个 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