IntelliSense is telling me \"Expression cannot contain anonymous methods or lambda expressions.\" Really? I was not aware of this imposed limitation. Is this correct? I gues
Yes this is correct. Attribute values are limited to constants of the following types
Reference: http://msdn.microsoft.com/en-us/library/aa288454(VS.71).aspx