View Single Post
Old 02-13-2004, 03:15 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
mono compiler on debian

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?
__________________
Mike
sde is offline   Reply With Quote