X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0246-6.cs;h=b50535d943e5ccc05917b6e0dd9ad089b0109f60;hb=92e321f26f21b690d3fb965f6e0e70584f643711;hp=ffb49427efba4473d20e134b5011dd86e6cc57c5;hpb=dba2dd4098aefe507818a8b739cd966e23edc9f5;p=mono.git diff --git a/mcs/errors/cs0246-6.cs b/mcs/errors/cs0246-6.cs index ffb49427efb..b50535d943e 100644 --- a/mcs/errors/cs0246-6.cs +++ b/mcs/errors/cs0246-6.cs @@ -1,4 +1,4 @@ -// CS0246: The type or namespace name `XmlDocument' could not be found. Are you missing `System.Xml' using directive? +// CS0246: The type or namespace name `XmlDocument' could not be found. Consider using fully qualified name `System.Xml.XmlDocument' // Line: 6 using System;