dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]unresolved type reference


From: Haran Shivanan
Subject: [DotGNU]unresolved type reference
Date: Fri, 30 Aug 2002 15:42:46 +0530 (IST)

class whatever
{
public static void Main()
{
String s="sdfsdf";
String t="sdf";
s+=t;
}
}

The following, when compiled, says:
[mscorlib]String.Delegate : unresolved type reference

Whats going on?
(Putting s=s+t works though)



reply via email to

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