Tuesday, May 13, 2008

Why doesn’t the Visual Studio .NET Code Editor automatically complete the following partial line of code (Visual C# users only)?

int intX = system.math
The namespace System.Math must be capitalized in Visual C# for ­IntelliSense to recognize the namespace.

No comments: