dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Parse Error With Pnet


From: Open Source
Subject: [DotGNU]Parse Error With Pnet
Date: Tue, 5 Mar 2002 17:30:01 -0800 (PST)

Hi,
  I have downloaded the latest pnet0.8 and decided to
try some C# programming.

The following cs code fails with a parse error

Code:
using System;
class Sample
{
        static void Main()
        {
        Console.Write("6.ToString() returns: {0}\n",
6.ToString());
        }
}

Command Executed: cscc sample.cs

Error:
sample.cs:6: parse error, unexpected "an identifier",
expecting ')'

-Morphius


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]