is anyone using mono (
www.go-mono.com ) on debian?
i have a simple program:
Code:
using System;
namespace test
{
class Hello
{
public static void Main()
{
Console.WriteLine("Hello World\n");
}
}
}
when i compile it, i get this error:
Quote:
# mcs test.cs
Unhandled Exception: System.NotImplementedException: The requested feature is not yet implemented
in <0x0002a> 00 System.Reflection.Emit.AssemblyBuilderefineVersion InfoResource ()
in <0x011bc> 00 Mono.CSharp.Driver:MainDriver (string[])
in <0x0001a> 00 Mono.CSharp.Driver:Main (string[])
|
any ideas on this one?