ASP.NET Server控件-如何添加AssemblyInfo文件 [英] ASP.NET Server Control - How to add AssemblyInfo file

查看:319
本文介绍了ASP.NET Server控件-如何添加AssemblyInfo文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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.

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

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.

为什么会这样,又如何获得AssemblyInfo.vb文件?

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

推荐答案

为每个项目创建了AssemblyInfo.vb文件。默认情况下,它不显示在解决方案/项目浏览器中。

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

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

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

这篇关于ASP.NET Server控件-如何添加AssemblyInfo文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆