Possible Duplicate:
‘Arrays as attribute arguments is not CLS-compliant’ warning, but no type information given
I have some code, which generates this warning in several places. I want to fix them, but I do not know where they are because the C# compiler does not report the line of the error (there is an open MS Connect issue for that).
Is there a tool, which can tell me where is the problematic code? IL level tool is fine, known the method name and declaring type is good enough.