Asp.net - The type or namespace name 'App_Code' does not exist in the namespace 'xxx' (are you missing an assembly reference?)

  我在 项目 下面创建一个 App_Code的文件夹,然后在其下创建自定义的类,但是当我在该项目下别的地方使用时报错:

The type or namespace name ‘App_Code‘ does not exist in the namespace ‘xxx‘ (are you missing an assembly reference?)

  解决方案:

    1,在创建的类上右键,选择 Properties,如图:

  2,将 Build Action 属性设置为 Compile,如图:

即可.

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。