我的App_Code文件夹中有以下App_Code文件,作为“助手”方法在整个MVC4应用程序中使用(构建操作设置为编译)应用程序编译(Ctrl B)时没有任何错误,但当我运行应用程序时,在断点之后的后续return语句中会得到一个return。断点线永远不会被击中,可能是因为运行时编译错误.但是如果我已经编译了它,为什么它在运行时重新编译呢?namespace MyApplication public class Utilities
Compiler Error Message: CS0122: 'Controls_Arcade_StarDisplay.Stars' is inaccessible due to its protection level<%@ Control Language="C#" AutoEventWireup="true" CodeFile="StarDisplay.ascx.