将新的类文件添加到 App_Code 后,构建操作是 Content 而不是 Compile

发布于 2024-11-06 04:57:00 字数 213 浏览 0 评论 0原文

在 VS2008 中,我向 Web 项目添加新类。

当我右键单击应用程序代码时 ->添加->新项目 ->类...

新创建的项目的构建操作设置为内容而不是编译。这似乎是模板的问题。我通过谷歌找到了其他几个遇到这个问题的人,但除了“将其从内容更改为创建后编译”之外,似乎没有人找到更永久的解决方案。

我的问题:有谁知道官方或其他方式可以解决此问题吗?

In VS2008, I am adding new classes to a web project.

When I right-click on App-Code -> Add -> New Item -> Class ...

The build action for the newly created item is set to content instead of compile. This seems like it would be a problem with the template. I've found several others through google who have run into this issue, but nobody seemed to have found a more permanent solution, other than "change it from content to compile after creation."

My question: Does anyone know of a fix for this, official or otherwise?

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

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

发布评论

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

评论(1

2024-11-13 04:57:00

App_Code 是一个特殊文件夹,适用于基于文件夹的项目。

这只是一种预感,但可能您有一个基于项目文件的项目,而不是基于简单文件夹的项目。

App_Code is a special folder meant for folder based projects.

This is just a hunch, but it might be that you have a project file based project, instead of a simple folder based one.

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