WebDev.WebServer40.exe已停止工作

问题场景

 

错误根源

 

        /// <summary>
        /// 添加试卷
        /// </summary>
        /// <param name="qclass"></param>
        /// <returns></returns>
        public bool AddTextPaper(Exam_TextPaper qclass)
        {
            return AddTextPaper(qclass);//是因为这里进入了死循环。应为dal.AddTextPaper(qclass)(dal为数据访问层对象名称)
        }

 

 

 出现这个问题之后竟然只能重启,我目前没有知道有其他办法解决。



posted @ 2015-04-09 18:56  阿猫小覃  阅读(665)  评论(0编辑  收藏  举报