dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]compilation error on using namespace


From: Thierry RAMANAMPANOHARANA
Subject: [DotGNU]compilation error on using namespace
Date: Mon, 23 Dec 2002 08:39:22 +0000

Hi,

I got this compilation error "called object is not a method or delegate" when compiling the following code with the version I checked on 12/22/2002 from CVS (pnet and pnelib).

class Hello
{
       public static void Main()
       {
               System.IO.Directory.GetCurrentDirectory();
       }
}

Though, it compiled well with mono and csc.exe. It seems like once the hierarchy is 2 levels deep, it fails to compile when direct referencing types in namespace.

Thanks
Thierry

_________________________________________________________________
MSN 8 with e-mail virus protection service: 3 months FREE*. http://join.msn.com/?page=features/virus&xAPID=42&PS=47575&PI=7324&DI=7474&SU= http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_eliminateviruses_3mf



reply via email to

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