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 - 20 Aug 2007 12:53 GMT
> Hi,
>
[quoted text clipped - 10 lines]
> Regards,
> Ashok
No, just the standard warning that it's never used.