Error message help needed

Posts   
 
    
ckelsoe
User
Posts: 2
Joined: 04-Apr-2006
# Posted on: 04-Apr-2006 02:36:36   

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

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 04-Apr-2006 02:58:11   

It can be you used a different root namespace the first time. As the validator classes aren't overwritten, they still have the different namespace name. Could you please check if this is the case?

http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=2251&HighLight=1

ckelsoe
User
Posts: 2
Joined: 04-Apr-2006
# Posted on: 04-Apr-2006 03:00:58   

You would be correct. smile

Thanks for the quick response.

Charles