Same error

Posts   
 
    
rboarman
User
Posts: 83
Joined: 01-Feb-2005
# Posted on: 02-May-2007 21:55:35   

Same error occurs:

error CS0115: 'UsersEntity.OnValidateFieldValue(int, object)': no suitable method found to override

Rick

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 03-May-2007 03:50:58   

(for readability, this thread is continuation of http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=9807)

Hi Rick. Please open the **DBGeneric project - EntityClasses - _EntityName_Entity.cs** and see what is the namespace at the top of the file. This is the namespace you should use at your partial class file. In which project (DBGeneric, DBSpecific, other) are you doing your partial class?

David Elizondo | LLBLGen Support Team