Ich arbeite auf einem w2k server service pack2

-----Urspr�ngliche Nachricht-----
Von: Christoph Wille [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 31. Oktober 2001 17:11
An: aspDEdotnet
Betreff: [aspdedotnet] Re: c# compilieren


Der Fehler h�rt sich gar nicht gut an; auf welchem OS + Service Pack 
arbeitest Du?

Chris

At 04:30 PM 10/31/2001 +0100, you wrote:
>Ich probiere zur Zeit ein bischen mit C# (.net Beta2) rum.
>Aus der Msdn habe ich mir folgenden source in eine Datei Hello.cs
>kopiert
>-----------------------------------------------------
>// Allow easy reference to the System namespace classes.
>using System;
>
>// This class exists only to house the entry point.
>class MainApp {
>    // The static method, Main, is the application's entry point.
>    public static void Main() {
>       // Write text to the console.
>       Console.WriteLine("Hello World using C#!");
>    }
>}
>------------------------------------------------------------
>Diese wollte ich mit
>"csc /debug+ /out:.\HelloCS.exe helloCS.cs" oder csc /out:.\HelloCS.exe
>helloCS.cs " kompilieren.
>Ich bekomme aber immer die Fehlermeldung:
>Microsoft (R) Visual C# Compiler Version 7.00.9030 [CLR version
>1.00.2914.16]
>Copyright (C) Microsoft Corp 2000. All rights reserved.
>
>fatal error CS0009: Metadata file
>'C:\WINNT\Microsoft.NET\Framework\v1.0.2914\ms
>corlib.dll' could not be opened -- 'Schnittstelle nicht unterst�tzt '
>
>Kann mir irgend jemand weiterhelfen?


| [aspdedotnet] als [EMAIL PROTECTED] subscribed
| http://www.aspgerman.com/archiv/aspdedotnet/ = Listenarchiv
| Sie k�nnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdedotnet.asp

| [aspdedotnet] als [email protected] subscribed
| http://www.aspgerman.com/archiv/aspdedotnet/ = Listenarchiv
| Sie k�nnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdedotnet.asp

Antwort per Email an