将新的类文件添加到 App_Code 后,构建操作是 Content 而不是 Compile
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.