Hi i am trying to find solution for using resource file with dynamic data based on EF 4.0
[TableName(Resources.Test)]
public class TestTable
....
I get an error An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type.
How to do it right way?