Using LLBLGenPro Version 1.0.2005.1 Final
SQL Server 2000, Adapter with 1.1 Framework
Visual Studio 2003 with VB
Thinking that this was a template problem, I downloaded the final full version from the download site and recompiled. Same result
C:\Documents and Settings\bjones\My Documents\Visual Studio Projects\Get_Benefits\DatabaseGeneric\ValidatorClasses\TPA_ACCOUNTValidator.vb(3
: error BC30149: 'Get_Benefits.ValidatorClasses.TPA_ACCOUNTValidator' must implement 'Overridable Function ValidateFieldValue(involvedEntity As IEntityCore, fieldIndex As Integer, value As Object) As Boolean' for interface 'SD.LLBLGen.Pro.ORMSupportClasses.IValidator'.
All of the rest of the Validator classes following this one also fail.
Any ideas?