vb.net - Visual Studio 2010 vs. Visual Studio 2013 - Different Compiler Errors - Why? -
We can not explain this by keeping some strange things in mind. In one class we did these 2 functions: Public Overloads Shared Function ToList (ByVal as input object, _ Optional ByVal StringSeparator as string = ",", _ Optional In the form of ByVal CharacterCasing string = "", _ as the optional ByVal StartRow integer = 0, _ OptionalVal EndRow as integer = -1) as the string ... End Sub Folk Overloads Shared Function ToList (ByVal Input As an object, _ OptionalValitStringSeparator = ",", _Validate as String Logic String as ByVal JoinStringSeparator String = ",", _ = Optional ByVal as PreFixStr String = "", _ = Optional ByVal String = "" as PostFixStr) ... End Sub We will not get any errors if we try to compile this project in VS 2013. If we try to compile this same exact project in VAS 2010, it returns the following error (which makes sense): Error 1 'Public Shared Overload Function Tooltip ( In the form of an o...