ASP.NET 服务器控件 - 如何添加 AssemblyInfo 文件

发布于 2024-10-10 13:50:38 字数 206 浏览 2 评论 0原文

我在一些在线教程中注意到,当添加新的 ASP.NET 服务器控件时,它会自动包含 Properties 文件夹(包含 AssemblyInfo.cs)和 References 文件夹。

在创建 C# 服务器控件时,这对我来说效果很好,但在 VB.NET 中,我只得到一个模板 .vb 文件和一个项目文件。

这是为什么?如何获取 AssemblyInfo.vb 文件?

I've noticed on a few tutorials online that when a new ASP.NET Server Control is added, it automatically includes Properties folder (containing AssemblyInfo.cs) and a References folder.

This works fine for me when creating a C# Server Control, but in VB.NET I just get a template .vb file and a Project file.

Why is this and how can I get an AssemblyInfo.vb file?

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

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

发布评论

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

评论(1

沙沙粒小 2024-10-17 13:50:38

为每个项目创建AssemblyInfo.vb 文件。默认情况下,它不会显示在解决方案/项目资源管理器中。

要在 Visual Studio 中查看此文件和其他文件,请单击项目 >> 显示所有文件菜单项。

AssemblyInfo.vb file is created for every project. By default it is not displayed in the Solution/Project Explorer.

To view this file and others in Visual Studio click Project >> Show All Files menu items.

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