For example:
String abc= 123. ToString;
The Code Compiled in Vs2003 will get the error message:
"The method is referenced without parentheses ....."
Compile in Vs2005 (8.050727.42/rtm 50727 4200) and get the error message:
"The method group" ToString "cannot be converted to a non-commissioned type" string ". Do you want to call the method ?"
If the right part of the equal sign of the code above is located in a method for parameters, an error message is returned:
Parameter "1": cannot be converted from "method group" to "string"
The tone is more friendly. For example, if you have an extra "you" word, you cannot understand the meaning of the word ....
Error message compiled in VS2008:
Parameter "1": cannot be converted from "method group" to "string"
It can be seen that some error messages are confusing .....
Content reference from: Wu Mei Bo <active target. Net> http://huobazi.aspxboy.com/2006/05/04/int32tostringinvs2005/