Groups | Blog | Home
all groups > visual studio .net ide > august 2007 >

visual studio .net ide : IDE crashes if the following line is ...


AshokG
8/20/2007 12:00:00 AM
Hi,

I just created a new Console application and wrote this line in the Main()

const int [] constIntArray = null; // new int[] {2, 3, 4};

On compiling the project by pressing Ctrl+Shift+B the IDE gets crashing and
an error report dialog is displaying telling that the C# compiler has an
error

Is this happening to you too?

Regards,
Ashok

PvdG42
8/20/2007 6:53:50 AM
[quoted text, click to view]

No, just the standard warning that it's never used.
AddThis Social Bookmark Button