Using the Quick Watch window during debugging in Visual Studio 2005 the following expression gives an error:Expression:new Guid[] {Guid.Empty}Value:Cannot dereference expression. The pointer is not valid.However, if the debuggee uses the Guid.Empty value in its code then the expression evaluated correctly.