mod-mono不会编译ascx文件

时间:2014-11-16 21:39:48

标签: c# asp.net linux mono

我有以下无用的错误:

error screencap

我已将ascx文件缩减为基本格式:

<%@ Control Language="C#" %>
<div id="sidebar">
    <!-- More code would go here -->
</div>

代码隐藏文件同样为空:

using System;
using System.Web;
using System.Web.UI;

namespace Random_Acts_of_Music
{
    public partial class Sidebar : System.Web.UI.UserControl
    {
    }
}

我在新的开发环境中进行设置。生产代码已经在类似的环境中工作。我不知道要修复什么,因为异常没有给我带来任何帮助,我已经知道代码可以在其他地方使用了。任何想法都将不胜感激。

运行Ubuntu Server 14.04。我们的生产服务器运行12.04,无法升级,直到我们知道它不会中断。

非常感谢!

0 个答案:

没有答案