I am evaluating LLBLGen. I have created a table with 5 fields. I get the following error when trying to compile the resulting generated code:
Warning 1 Namespace or type specified in the Imports 'TestTable.ValidatorClasses' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
How do I resolve this error?
The table has an ID field, an integer, and the rest are text. I am using Access 2003 for the database for this test.
Thanks