Ich habe Mono auf meiner Suse 12.1 installiert. Wenn ich eine Datei erstelle hello.cs
und mono hello.cs
auf dem Terminal ausführe , wird folgende Fehlermeldung angezeigt:
Cannot open assembly 'hello.cs': File does not contain a valid CIL image.
Der Inhalt der Datei (hello.cs) ist wie folgt
class hello{
static void main (){
System.Console.WriteLine("Hello World");
}
}
Was könnte das Problem sein und wie löse ich es?
c#
mono-framework
opensuse-12.1
Roykasa
quelle
quelle