X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0246-6.cs;h=b50535d943e5ccc05917b6e0dd9ad089b0109f60;hb=633af27d6800a6a5c050c9e4c50a0d8b67c97c20;hp=ac9c375adbfc4918da4c8b204666cf315421ded2;hpb=af90548a08ef5effc93b083b7eec44daa178b141;p=mono.git diff --git a/mcs/errors/cs0246-6.cs b/mcs/errors/cs0246-6.cs index ac9c375adbf..b50535d943e 100644 --- a/mcs/errors/cs0246-6.cs +++ b/mcs/errors/cs0246-6.cs @@ -1,6 +1,5 @@ -// cs0246-6.cs: The type or namespace name `XmlDocument' could not be found. Are you missing a using directive or an assembly reference? -// Line: 7 -// This is bug 55770 +// CS0246: The type or namespace name `XmlDocument' could not be found. Consider using fully qualified name `System.Xml.XmlDocument' +// Line: 6 using System; using System.Xml; @@ -10,4 +9,4 @@ public class Test { public static void Main () { } -} \ No newline at end of file +}