I'm using LLBL 2, VS2005 with VB.Net, and SQL Server 2005.
I have some errors in the generated code. Even if I generate the code in a fresh directory, I still get the same error in this line of the BoxColumnEntityBase class:
fetchResult = newEntity.FetchUsingPK(CType(Me.Fields(CInt(BoxColumnFieldIndex.BoxTypeID** ).TypeConverterToUse.ConvertTo(Me.BoxTypeID**, GetType(System.Int32)), System.Int32))
Errors generated:
'TypeConverterToUse' is not a member of 'Integer'.
'Int32' is a type in 'System' and cannot be used as an expression.
Syntax error in cast operator; two arguments separated by comma are required.
I don't want to modify the generated code - is there something I should do different in the code generation?