使用此处的说明在 Ubuntu 上安装 Mono 2.4:http: //www.nabble.com/forum/PrintPost.jtp?post=22841086
当我运行 xsp 并尝试运行 http 模块(http://192.168.1.6:8080/album.ashx)时,出现以下错误:
编译错误 说明:编译服务此请求所需的资源时出错。查看您的源文件并对其进行修改以修复此错误。 编译器错误消息:/tmp/fredf-temp-aspnet-0/e8a60863/194d0e44.cs(479,18):错误 CS1644:功能“泛型”在 Mono mcs1 编译器中不可用。考虑改用“gmcs”编译器 /tmp/fredf-temp-aspnet-0/e8a60863/194d0e44.cs(479,50):错误 CS1644:功能“泛型”在 Mono mcs1 编译器中不可用。考虑改用“gmcs”编译器
如何修复此错误?