I've used the default template (NetTiers.cst) in order to generate the coding for a SQL Server 2005 database.
The template compiles sucessfully around 300 files, but when I try to compile the result into dll (Data, Entity), the following errors.
It seems the class Entities.GenericTypeConvert.cs tries to overide a missing parent method.
Error 1 PPP.Entities.GenericTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, PPP.Entities.Type)': no suitable method found to override C:\NetTiers\PPP\PPP.Entities\GenericTypeConverter.cs 26 24 PPP.Entities
Error 2 'PPP.Entities.GenericTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, PPP.Entities.Type)': no suitable method found to override C:\NetTiers\PPP\PPP.Entities\GenericTypeConverter.cs 37 26 PPP.Entities
Any help would be appreciated, thanks.