更正整个项目中的命名空间

发布于 2024-12-12 03:29:31 字数 371 浏览 0 评论 0原文

最初,我的解决方案资源管理器的根文件夹中只有几个表单。后来我创建了一个子文件夹并将这些表单移到该文件夹​​中。尽管应用程序运行良好,但在少数情况下会出现命名空间错误。

旧表格是这样的:

public partial class contentReportTubeMenu : System.Web.UI.Page

而新表格是:

public partial class subFolderName_contentReportTubeMenu : System.Web.UI.Page

我正在使用 VS-2005。是否有任何内置工具可以通过它纠正所有整个项目文件的错误名称空间。

Originally few Forms were on the root folder of my Solution Explorer. Later I created a sub-folder and moved these Forms in that folder. Even though the application is working fine, but in few instances it gives NameSpace error.

Old Forms were like:

public partial class contentReportTubeMenu : System.Web.UI.Page

whereas, new forms have:

public partial class subFolderName_contentReportTubeMenu : System.Web.UI.Page

I am using VS-2005. Is there any built-in tool through which I can correct wrong namespaces of all entire project files.

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

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

发布评论

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

评论(2

橘虞初梦 2024-12-19 03:29:31

尝试使用查找和替换?

Ctrl + H

Try using find and replace?

Ctrl + H
ゞ记忆︶ㄣ 2024-12-19 03:29:31

我建议使用查找和替换工具 (Ctrl+H)。您可以使用正则表达式来准确匹配您想要的内容。

I recommend using Find&Replace tool (Ctrl+H). You can use Regular Expressions to match exactly what you want.

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