Hi,
thank you for your reply.
I'm using v2012.3. Unfortunately synchronizing doesn't help. The type that is shown in the designer for that column is (maybe this is important?)
Code: Select all
System.Collections.ICollection'1[MyNamespace.MyType]
For the sake of completeness, I should mention that this is not the only error message. There are 14 error messages after adding that one column. The first message is
The error of compilation
The error of compilation is found in the 'Report' report:
Identifier expected
The second is (appears three times)
The error of compilation
The error of compilation is found in the 'Report' report:
Invalid token '(' in class, struct, or interface member declaration
The previously mentioned error appears three times
The error of compilation
The error of compilation is found in the 'Report' report:
Invalid token '`' in class, struct, or interface member declaration
The following error appears once
The error of compilation
The error of compilation is found in the 'Report' report:
Invalid token '"MyTypes"' in class, struct, or interface member declaration
The following appears twice
The error of compilation
The error of compilation is found in the 'Report' report:
Type or namespace definition, or end-of-file expected
And the last error type appears four times
The error of compilation
The error of compilation is found in the 'Report' report:
Unexpected character '`'
Do you know any other solution for that problem?
Best regards